#EFD28E

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

Shades of Cherokee #EFD28E

Tints of Cherokee #EFD28E

Color information

#EFD28E (or 0xEFD28E) is unknown color: approx Cherokee. HEX triplet: EF, D2 and 8E. RGB value is (239,210,142). Sum of RGB (Red+Green+Blue) = 239+210+142=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD28E is #102D71. Grayscale: #D3D3D3. Windows color (decimal): -1060210 or 9360111. OLE color: 9360111.

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

Color convert

RGB239210142-
CMYK00.120.410.06
HSL42.06º75.19%74.71%-
HSV(B)42.06º40.59%93.73%-
XYZ63.5366.435.06-
YUV210.9289.11148.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=40.44%
G=35.53%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921014200.120.410.0642.0675.1974.71
HexEFD28E0C2962a4b4b
Octal35732221601451652113113
Binary1110111111010010100011100110010100111010101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD28E; }

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

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

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

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

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

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

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

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