#EFCD8D

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

Shades of Cherokee #EFCD8D

Tints of Cherokee #EFCD8D

Color information

#EFCD8D (or 0xEFCD8D) is unknown color: approx Cherokee. HEX triplet: EF, CD and 8D. RGB value is (239,205,141). Sum of RGB (Red+Green+Blue) = 239+205+141=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD8D is #103272. Grayscale: #D0D0D0. Windows color (decimal): -1061491 or 9293295. OLE color: 9293295.

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

Color convert

RGB239205141-
CMYK00.140.410.06
HSL39.18º75.38%74.51%-
HSV(B)39.18º41%93.73%-
XYZ62.2463.9434.26-
YUV207.8790.26150.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=40.85%
G=35.04%
B=24.10%

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
Decimal23920514100.140.410.0639.1875.3874.51
HexEFCD8D0E296274b4b
Octal35731521501651647113113
Binary1110111111001101100011010111010100111010011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD8D; }

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

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

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

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

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

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

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

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