#EFD38E

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

Shades of Cherokee #EFD38E

Tints of Cherokee #EFD38E

Color information

#EFD38E (or 0xEFD38E) is unknown color: approx Cherokee. HEX triplet: EF, D3 and 8E. RGB value is (239,211,142). Sum of RGB (Red+Green+Blue) = 239+211+142=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD38E is #102C71. Grayscale: #D3D3D3. Windows color (decimal): -1059954 or 9360367. OLE color: 9360367.

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

Color convert

RGB239211142-
CMYK00.120.410.06
HSL42.68º75.19%74.71%-
HSV(B)42.68º40.59%93.73%-
XYZ63.7766.8935.14-
YUV211.5188.78147.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 211 (82.81% from 255) = 35.64%
BLUE value IS 142 (55.86% from 255) = 23.99%
R=40.37%
G=35.64%
B=23.99%

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
Decimal23921114200.120.410.0642.6875.1974.71
HexEFD38E0C2962b4b4b
Octal35732321601451653113113
Binary1110111111010011100011100110010100111010101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD38E; }

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

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

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

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

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

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

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

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