#ECC08F

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

Shades of Pancho #ECC08F

Tints of Pancho #ECC08F

Color information

#ECC08F (or 0xECC08F) is unknown color: approx Pancho. HEX triplet: EC, C0 and 8F. RGB value is (236,192,143). Sum of RGB (Red+Green+Blue) = 236+192+143=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC08F is #133F70. Grayscale: #C7C7C7. Windows color (decimal): -1261425 or 9421036. OLE color: 9421036.

HSL color Cylindrical-coordinate representation of color #ECC08F: hue angle of 31.61º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECC08F is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB236192143-
CMYK00.190.390.07
HSL31.61º70.99%74.31%-
HSV(B)31.61º39.41%92.55%-
XYZ58.457.5234.01-
YUV199.5796.08153.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 143 (56.25% from 255) = 25.04%
R=41.33%
G=33.63%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619214300.190.390.0731.6170.9974.31
HexECC08F01327720474a
Octal35430021702347740107112
Binary11101100110000001000111101001110011111110000010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC08F; }

 p { color: rgb(236,192,143); }

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

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

 a { background-color: rgb(236,192,143); }

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

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

 span { border-color: rgb(236,192,143); }

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