#EFCC8D

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

Shades of Cherokee #EFCC8D

Tints of Cherokee #EFCC8D

Color information

#EFCC8D (or 0xEFCC8D) is unknown color: approx Cherokee. HEX triplet: EF, CC and 8D. RGB value is (239,204,141). Sum of RGB (Red+Green+Blue) = 239+204+141=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCC8D is #103372. Grayscale: #CFCFCF. Windows color (decimal): -1061747 or 9293039. OLE color: 9293039.

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

Color convert

RGB239204141-
CMYK00.150.410.06
HSL38.57º75.38%74.51%-
HSV(B)38.57º41%93.73%-
XYZ6263.4634.18-
YUV207.2890.6150.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=40.92%
G=34.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920414100.150.410.0638.5775.3874.51
HexEFCC8D0F296274b4b
Octal35731421501751647113113
Binary1110111111001100100011010111110100111010011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCC8D; }

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

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

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

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

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

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

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

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