#EFCE82

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

Shades of Cherokee #EFCE82

Tints of Cherokee #EFCE82

Color information

#EFCE82 (or 0xEFCE82) is unknown color: approx Cherokee. HEX triplet: EF, CE and 82. RGB value is (239,206,130). Sum of RGB (Red+Green+Blue) = 239+206+130=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE82 is #10317D. Grayscale: #CFCFCF. Windows color (decimal): -1061246 or 8572655. OLE color: 8572655.

HSL color Cylindrical-coordinate representation of color #EFCE82: hue angle of 41.83º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFCE82 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239206130-
CMYK00.140.460.06
HSL41.83º77.3%72.35%-
HSV(B)41.83º45.61%93.73%-
XYZ61.764.1130.24-
YUV207.284.43150.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 130 (51.17% from 255) = 22.61%
R=41.57%
G=35.83%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920613000.140.460.0641.8377.372.35
HexEFCE820E2E62a4d48
Octal35731620201656652115110
Binary1110111111001110100000100111010111011010101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE82; }

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

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

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

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

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

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

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

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