Shades of Cherokee #EFCB8D
Tints of Cherokee #EFCB8D
RGB
CMYK
RGB Variations
Color information
#EFCB8D (or 0xEFCB8D) is known color: Cherokee. HEX triplet: EF, CB and 8D. RGB value is (239,203,141). Sum of RGB (Red+Green+Blue) = 239+203+141=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB8D is #103472. Grayscale: #CECECE. Windows color (decimal): -1062003 or 9292783. OLE color: 9292783.
HSL color Cylindrical-coordinate representation of color #EFCB8D: hue angle of 37.96º 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 #EFCB8D is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 141 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.06 |
| HSL | 37.96º | 0.75% | 0.75% | - |
| HSV(B) | 37.96º | 0.41% | 0.94% | - |
| XYZ | 61.76 | 62.99 | 34.1 | - |
| YUV | 206.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 141 | 0 | 0.15 | 0.41 | 0.06 | 37.96 | 0.75 | 0.75 |
| Hex | EF | CB | 8D | 0 | F | 29 | 6 | 26 | 4B | 4B |
| Octal | 357 | 313 | 215 | 0 | 17 | 51 | 6 | 46 | 113 | 113 |
| Binary | 11101111 | 11001011 | 10001101 | 0 | 1111 | 101001 | 110 | 100110 | 1001011 | 1001011 |
Color Harmonies of #EFCB8D
Complementary color
Monochromatic Colors of #EFCB8D
Black with #EFCB8D
Text Example
Text Example
White with #EFCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB8D; }
p { color: rgb(239,203,141); }
H1.HeaderClassName
{
color: #EFCB8D;
}
.AnyTagClassName
{
color: #EFCB8D;
}
</style>
background-color css
<style>
a { background-color: #EFCB8D; }
a { background-color: rgb(239,203,141); }
div.DivClassName
{
background-color: #EFCB8D;
}
.BgClassName
{
background-color: #EFCB8D;
}
</style>
border-color css
<style>
span { border-color: #EFCB8D; }
span { border-color: rgb(239,203,141); }
td.TdClassName
{
border-color: #EFCB8D;
}
.TagClassName
{
border-color: #EFCB8D;
}
</style>