Shades of Cherokee #EED17F
Tints of Cherokee #EED17F
RGB
CMYK
RGB Variations
Color information
#EED17F (or 0xEED17F) is known color: Cherokee. HEX triplet: EE, D1 and 7F. RGB value is (238,209,127). Sum of RGB (Red+Green+Blue) = 238+209+127=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EED17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED17F is #112E80. Grayscale: #D0D0D0. Windows color (decimal): -1126017 or 8376814. OLE color: 8376814.
HSL color Cylindrical-coordinate representation of color #EED17F: hue angle of 44.32º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED17F is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 127 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.07 |
| HSL | 44.32º | 0.77% | 0.72% | - |
| HSV(B) | 44.32º | 0.47% | 0.93% | - |
| XYZ | 61.89 | 65.31 | 29.42 | - |
| YUV | 208.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 127 | 0 | 0.12 | 0.47 | 0.07 | 44.32 | 0.77 | 0.72 |
| Hex | EE | D1 | 7F | 0 | C | 2F | 7 | 2C | 4D | 48 |
| Octal | 356 | 321 | 177 | 0 | 14 | 57 | 7 | 54 | 115 | 110 |
| Binary | 11101110 | 11010001 | 1111111 | 0 | 1100 | 101111 | 111 | 101100 | 1001101 | 1001000 |
Color Harmonies of #EED17F
Complementary color
Monochromatic Colors of #EED17F
Black with #EED17F
Text Example
Text Example
White with #EED17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED17F; }
p { color: rgb(238,209,127); }
H1.HeaderClassName
{
color: #EED17F;
}
.AnyTagClassName
{
color: #EED17F;
}
</style>
background-color css
<style>
a { background-color: #EED17F; }
a { background-color: rgb(238,209,127); }
div.DivClassName
{
background-color: #EED17F;
}
.BgClassName
{
background-color: #EED17F;
}
</style>
border-color css
<style>
span { border-color: #EED17F; }
span { border-color: rgb(238,209,127); }
td.TdClassName
{
border-color: #EED17F;
}
.TagClassName
{
border-color: #EED17F;
}
</style>