Shades of Cherokee #EDCF8D
Tints of Cherokee #EDCF8D
RGB
CMYK
RGB Variations
Color information
#EDCF8D (or 0xEDCF8D) is known color: 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
| RGB | 237 | 207 | 141 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.07 |
| HSL | 41.25º | 0.73% | 0.74% | - |
| HSV(B) | 41.25º | 0.41% | 0.93% | - |
| XYZ | 62.05 | 64.55 | 34.39 | - |
| YUV | 208.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 141 | 0 | 0.13 | 0.41 | 0.07 | 41.25 | 0.73 | 0.74 |
| Hex | ED | CF | 8D | 0 | D | 29 | 7 | 29 | 49 | 4A |
| Octal | 355 | 317 | 215 | 0 | 15 | 51 | 7 | 51 | 111 | 112 |
| Binary | 11101101 | 11001111 | 10001101 | 0 | 1101 | 101001 | 111 | 101001 | 1001001 | 1001010 |
Color Harmonies of #EDCF8D
Complementary color
Monochromatic Colors of #EDCF8D
Black with #EDCF8D
Text Example
Text Example
White with #EDCF8D
Text Example
Text Example
HTML Codes & Css Web 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>