#EFCE8E

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

Shades of Cherokee #EFCE8E

Tints of Cherokee #EFCE8E

Color information

#EFCE8E (or 0xEFCE8E) is unknown color: approx Cherokee. HEX triplet: EF, CE and 8E. RGB value is (239,206,142). Sum of RGB (Red+Green+Blue) = 239+206+142=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE8E is #103171. Grayscale: #D0D0D0. Windows color (decimal): -1061234 or 9359087. OLE color: 9359087.

HSL color Cylindrical-coordinate representation of color #EFCE8E: hue angle of 39.59º 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 #EFCE8E is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239206142-
CMYK00.140.410.06
HSL39.59º75.19%74.71%-
HSV(B)39.59º40.59%93.73%-
XYZ62.5564.4534.73-
YUV208.5790.43149.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=40.72%
G=35.09%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920614200.140.410.0639.5975.1974.71
HexEFCE8E0E296284b4b
Octal35731621601651650113113
Binary1110111111001110100011100111010100111010100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE8E; }

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

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

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

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

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

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

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

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