Shades of Cherokee #EFD38B
Tints of Cherokee #EFD38B
RGB
CMYK
RGB Variations
Color information
#EFD38B (or 0xEFD38B) is known color: Cherokee. HEX triplet: EF, D3 and 8B. RGB value is (239,211,139). Sum of RGB (Red+Green+Blue) = 239+211+139=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD38B is #102C74. Grayscale: #D3D3D3. Windows color (decimal): -1059957 or 9163759. OLE color: 9163759.
HSL color Cylindrical-coordinate representation of color #EFD38B: hue angle of 43.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFD38B is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 139 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.06 |
| HSL | 43.2º | 0.76% | 0.74% | - |
| HSV(B) | 43.2º | 0.42% | 0.94% | - |
| XYZ | 63.55 | 66.8 | 33.97 | - |
| YUV | 211.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 139 | 0 | 0.12 | 0.42 | 0.06 | 43.2 | 0.76 | 0.74 |
| Hex | EF | D3 | 8B | 0 | C | 2A | 6 | 2B | 4C | 4A |
| Octal | 357 | 323 | 213 | 0 | 14 | 52 | 6 | 53 | 114 | 112 |
| Binary | 11101111 | 11010011 | 10001011 | 0 | 1100 | 101010 | 110 | 101011 | 1001100 | 1001010 |
Color Harmonies of #EFD38B
Complementary color
Monochromatic Colors of #EFD38B
Black with #EFD38B
Text Example
Text Example
White with #EFD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD38B; }
p { color: rgb(239,211,139); }
H1.HeaderClassName
{
color: #EFD38B;
}
.AnyTagClassName
{
color: #EFD38B;
}
</style>
background-color css
<style>
a { background-color: #EFD38B; }
a { background-color: rgb(239,211,139); }
div.DivClassName
{
background-color: #EFD38B;
}
.BgClassName
{
background-color: #EFD38B;
}
</style>
border-color css
<style>
span { border-color: #EFD38B; }
span { border-color: rgb(239,211,139); }
td.TdClassName
{
border-color: #EFD38B;
}
.TagClassName
{
border-color: #EFD38B;
}
</style>