#EFD18C

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

Shades of Cherokee #EFD18C

Tints of Cherokee #EFD18C

Color information

#EFD18C (or 0xEFD18C) is unknown color: approx Cherokee. HEX triplet: EF, D1 and 8C. RGB value is (239,209,140). Sum of RGB (Red+Green+Blue) = 239+209+140=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD18C is #102E73. Grayscale: #D2D2D2. Windows color (decimal): -1060468 or 9228783. OLE color: 9228783.

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

Color convert

RGB239209140-
CMYK00.130.410.06
HSL41.82º75.57%74.31%-
HSV(B)41.82º41.42%93.73%-
XYZ63.1365.8534.19-
YUV210.188.44148.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 140 (55.08% from 255) = 23.81%
R=40.65%
G=35.54%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920914000.130.410.0641.8275.5774.31
HexEFD18C0D2962a4c4a
Octal35732121401551652114112
Binary1110111111010001100011000110110100111010101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD18C; }

 p { color: rgb(239,209,140); }

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

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

 a { background-color: rgb(239,209,140); }

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

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

 span { border-color: rgb(239,209,140); }

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