#EC6207

Color #EC6207 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EC6207

Tints of Persimmon #EC6207

Color information

#EC6207 (or 0xEC6207) is unknown color: approx Persimmon. HEX triplet: EC, 62 and 07. RGB value is (236,98,7). Sum of RGB (Red+Green+Blue) = 236+98+7=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6207 is #139DF8. Grayscale: #818181. Windows color (decimal): -1285625 or 484076. OLE color: 484076.

HSL color Cylindrical-coordinate representation of color #EC6207: hue angle of 23.84º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC6207 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB236987-
CMYK00.580.970.07
HSL23.84º94.24%47.65%-
HSV(B)23.84º97.03%92.55%-
XYZ3926.583.28-
YUV128.8959.22204.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 69.21%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 7 (3.12% from 255) = 2.05%
R=69.21%
G=28.74%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23698700.580.970.0723.8494.2447.65
HexEC62703A617185e30
Octal354142707214173013660
Binary11101100110001011101110101100001111110001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6207; }

 p { color: rgb(236,98,7); }

 H1.HeaderClassName
 {
   color: #EC6207;
 }
 .AnyTagClassName
 {
   color: #EC6207;
 }
</style>
background-color css

<style>
 a { background-color: #EC6207; }

 a { background-color: rgb(236,98,7); }

 div.DivClassName
 {
   background-color: #EC6207;
 }
 .BgClassName
 {
   background-color: #EC6207;
 }
</style>
border-color css

<style>
 span { border-color: #EC6207; }

 span { border-color: rgb(236,98,7); }

 td.TdClassName
 {
   border-color: #EC6207;
 }
 .TagClassName
 {
   border-color: #EC6207;
 }
</style>