#EFCE8D

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

Shades of Cherokee #EFCE8D

Tints of Cherokee #EFCE8D

Color information

#EFCE8D (or 0xEFCE8D) is unknown color: approx Cherokee. HEX triplet: EF, CE and 8D. RGB value is (239,206,141). Sum of RGB (Red+Green+Blue) = 239+206+141=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE8D is #103172. Grayscale: #D0D0D0. Windows color (decimal): -1061235 or 9293551. OLE color: 9293551.

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

Color convert

RGB239206141-
CMYK00.140.410.06
HSL39.8º75.38%74.51%-
HSV(B)39.8º41%93.73%-
XYZ62.4864.4234.34-
YUV208.4689.93149.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 141 (55.47% from 255) = 24.06%
R=40.78%
G=35.15%
B=24.06%

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
Decimal23920614100.140.410.0639.875.3874.51
HexEFCE8D0E296284b4b
Octal35731621501651650113113
Binary1110111111001110100011010111010100111010100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE8D; }

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

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

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

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

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

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

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

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