Shades of Cherokee #EECD8D
Tints of Cherokee #EECD8D
RGB
CMYK
RGB Variations
Color information
#EECD8D (or 0xEECD8D) is known color: Cherokee. HEX triplet: EE, CD and 8D. RGB value is (238,205,141). Sum of RGB (Red+Green+Blue) = 238+205+141=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD8D is #113272. Grayscale: #CFCFCF. Windows color (decimal): -1127027 or 9293294. OLE color: 9293294.
HSL color Cylindrical-coordinate representation of color #EECD8D: hue angle of 39.59º degrees, saturation: 0.74, 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 #EECD8D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 141 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.07 |
| HSL | 39.59º | 0.74% | 0.74% | - |
| HSV(B) | 39.59º | 0.41% | 0.93% | - |
| XYZ | 61.9 | 63.76 | 34.24 | - |
| YUV | 207.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 141 | 0 | 0.14 | 0.41 | 0.07 | 39.59 | 0.74 | 0.74 |
| Hex | EE | CD | 8D | 0 | E | 29 | 7 | 28 | 4A | 4A |
| Octal | 356 | 315 | 215 | 0 | 16 | 51 | 7 | 50 | 112 | 112 |
| Binary | 11101110 | 11001101 | 10001101 | 0 | 1110 | 101001 | 111 | 101000 | 1001010 | 1001010 |
Color Harmonies of #EECD8D
Complementary color
Monochromatic Colors of #EECD8D
Black with #EECD8D
Text Example
Text Example
White with #EECD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD8D; }
p { color: rgb(238,205,141); }
H1.HeaderClassName
{
color: #EECD8D;
}
.AnyTagClassName
{
color: #EECD8D;
}
</style>
background-color css
<style>
a { background-color: #EECD8D; }
a { background-color: rgb(238,205,141); }
div.DivClassName
{
background-color: #EECD8D;
}
.BgClassName
{
background-color: #EECD8D;
}
</style>
border-color css
<style>
span { border-color: #EECD8D; }
span { border-color: rgb(238,205,141); }
td.TdClassName
{
border-color: #EECD8D;
}
.TagClassName
{
border-color: #EECD8D;
}
</style>