#EFCD8E

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

Shades of Cherokee #EFCD8E

Tints of Cherokee #EFCD8E

Color information

#EFCD8E (or 0xEFCD8E) is unknown color: approx Cherokee. HEX triplet: EF, CD and 8E. RGB value is (239,205,142). Sum of RGB (Red+Green+Blue) = 239+205+142=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD8E is #103271. Grayscale: #D0D0D0. Windows color (decimal): -1061490 or 9358831. OLE color: 9358831.

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

Color convert

RGB239205142-
CMYK00.140.410.06
HSL38.97º75.19%74.71%-
HSV(B)38.97º40.59%93.73%-
XYZ62.3163.9734.65-
YUV207.9890.76150.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=40.78%
G=34.98%
B=24.23%

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
Decimal23920514200.140.410.0638.9775.1974.71
HexEFCD8E0E296274b4b
Octal35731521601651647113113
Binary1110111111001101100011100111010100111010011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD8E; }

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

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

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

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

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

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

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

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