#EFCD85

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

Shades of Cherokee #EFCD85

Tints of Cherokee #EFCD85

Color information

#EFCD85 (or 0xEFCD85) is unknown color: approx Cherokee. HEX triplet: EF, CD and 85. RGB value is (239,205,133). Sum of RGB (Red+Green+Blue) = 239+205+133=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD85 is #10327A. Grayscale: #CFCFCF. Windows color (decimal): -1061499 or 8769007. OLE color: 8769007.

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

Color convert

RGB239205133-
CMYK00.140.440.06
HSL40.75º76.81%72.94%-
HSV(B)40.75º44.35%93.73%-
XYZ61.6663.7131.24-
YUV206.9686.26150.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=41.42%
G=35.53%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920513300.140.440.0640.7576.8172.94
HexEFCD850E2C6294d49
Octal35731520501654651115111
Binary1110111111001101100001010111010110011010100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD85; }

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

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

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

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

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

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

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

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