#EFCC8E

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

Shades of Cherokee #EFCC8E

Tints of Cherokee #EFCC8E

Color information

#EFCC8E (or 0xEFCC8E) is unknown color: approx Cherokee. HEX triplet: EF, CC and 8E. RGB value is (239,204,142). Sum of RGB (Red+Green+Blue) = 239+204+142=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCC8E is #103371. Grayscale: #CFCFCF. Windows color (decimal): -1061746 or 9358575. OLE color: 9358575.

HSL color Cylindrical-coordinate representation of color #EFCC8E: hue angle of 38.35º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFCC8E is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239204142-
CMYK00.150.410.06
HSL38.35º75.19%74.71%-
HSV(B)38.35º40.59%93.73%-
XYZ62.0763.4934.57-
YUV207.491.1150.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 142 (55.86% from 255) = 24.27%
R=40.85%
G=34.87%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920414200.150.410.0638.3575.1974.71
HexEFCC8E0F296264b4b
Octal35731421601751646113113
Binary1110111111001100100011100111110100111010011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCC8E; }

 p { color: rgb(239,204,142); }

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

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

 a { background-color: rgb(239,204,142); }

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

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

 span { border-color: rgb(239,204,142); }

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