Shades of Cherokee #EED38D
Tints of Cherokee #EED38D
RGB
CMYK
RGB Variations
Color information
#EED38D (or 0xEED38D) is known color: Cherokee. HEX triplet: EE, D3 and 8D. RGB value is (238,211,141). Sum of RGB (Red+Green+Blue) = 238+211+141=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EED38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED38D is #112C72. Grayscale: #D3D3D3. Windows color (decimal): -1125491 or 9294830. OLE color: 9294830.
HSL color Cylindrical-coordinate representation of color #EED38D: hue angle of 43.3º 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 #EED38D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 141 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.07 |
| HSL | 43.3º | 0.74% | 0.74% | - |
| HSV(B) | 43.3º | 0.41% | 0.93% | - |
| XYZ | 63.36 | 66.69 | 34.73 | - |
| YUV | 211.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 141 | 0 | 0.11 | 0.41 | 0.07 | 43.3 | 0.74 | 0.74 |
| Hex | EE | D3 | 8D | 0 | B | 29 | 7 | 2B | 4A | 4A |
| Octal | 356 | 323 | 215 | 0 | 13 | 51 | 7 | 53 | 112 | 112 |
| Binary | 11101110 | 11010011 | 10001101 | 0 | 1011 | 101001 | 111 | 101011 | 1001010 | 1001010 |
Color Harmonies of #EED38D
Complementary color
Monochromatic Colors of #EED38D
Black with #EED38D
Text Example
Text Example
White with #EED38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED38D; }
p { color: rgb(238,211,141); }
H1.HeaderClassName
{
color: #EED38D;
}
.AnyTagClassName
{
color: #EED38D;
}
</style>
background-color css
<style>
a { background-color: #EED38D; }
a { background-color: rgb(238,211,141); }
div.DivClassName
{
background-color: #EED38D;
}
.BgClassName
{
background-color: #EED38D;
}
</style>
border-color css
<style>
span { border-color: #EED38D; }
span { border-color: rgb(238,211,141); }
td.TdClassName
{
border-color: #EED38D;
}
.TagClassName
{
border-color: #EED38D;
}
</style>