Shades of Cherokee #EFCE8D
Tints of Cherokee #EFCE8D
RGB
CMYK
RGB Variations
Color information
#EFCE8D (or 0xEFCE8D) is known color: Cherokee. HEX triplet: EF, CE and 8D. RGB value is (239,206,141). Sum of RGB (Red+Green+Blue) = 239+206+141=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCE8D is #103172. Grayscale: #D0D0D0. Windows color (decimal): -1061235 or 9293551. OLE color: 9293551.
HSL color Cylindrical-coordinate representation of color #EFCE8D: hue angle of 39.8º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFCE8D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 141 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.06 |
| HSL | 39.8º | 0.75% | 0.75% | - |
| HSV(B) | 39.8º | 0.41% | 0.94% | - |
| XYZ | 62.48 | 64.42 | 34.34 | - |
| YUV | 208.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 141 | 0 | 0.14 | 0.41 | 0.06 | 39.8 | 0.75 | 0.75 |
| Hex | EF | CE | 8D | 0 | E | 29 | 6 | 28 | 4B | 4B |
| Octal | 357 | 316 | 215 | 0 | 16 | 51 | 6 | 50 | 113 | 113 |
| Binary | 11101111 | 11001110 | 10001101 | 0 | 1110 | 101001 | 110 | 101000 | 1001011 | 1001011 |
Color Harmonies of #EFCE8D
Complementary color
Monochromatic Colors of #EFCE8D
Black with #EFCE8D
Text Example
Text Example
White with #EFCE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE8D; }
p { color: rgb(239,206,141); }
H1.HeaderClassName
{
color: #EFCE8D;
}
.AnyTagClassName
{
color: #EFCE8D;
}
</style>
background-color css
<style>
a { background-color: #EFCE8D; }
a { background-color: rgb(239,206,141); }
div.DivClassName
{
background-color: #EFCE8D;
}
.BgClassName
{
background-color: #EFCE8D;
}
</style>
border-color css
<style>
span { border-color: #EFCE8D; }
span { border-color: rgb(239,206,141); }
td.TdClassName
{
border-color: #EFCE8D;
}
.TagClassName
{
border-color: #EFCE8D;
}
</style>