#EDCF8D

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

Shades of Cherokee #EDCF8D

Tints of Cherokee #EDCF8D

Color information

#EDCF8D (or 0xEDCF8D) is unknown color: approx Cherokee. HEX triplet: ED, CF and 8D. RGB value is (237,207,141). Sum of RGB (Red+Green+Blue) = 237+207+141=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF8D is #123072. Grayscale: #D0D0D0. Windows color (decimal): -1192051 or 9293805. OLE color: 9293805.

HSL color Cylindrical-coordinate representation of color #EDCF8D: hue angle of 41.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDCF8D is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237207141-
CMYK00.130.410.07
HSL41.25º72.73%74.12%-
HSV(B)41.25º40.51%92.94%-
XYZ62.0564.5534.39-
YUV208.4589.94148.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=40.51%
G=35.38%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720714100.130.410.0741.2572.7374.12
HexEDCF8D0D29729494a
Octal35531721501551751111112
Binary1110110111001111100011010110110100111110100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF8D; }

 p { color: rgb(237,207,141); }

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

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

 a { background-color: rgb(237,207,141); }

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

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

 span { border-color: rgb(237,207,141); }

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