Shades of Cherokee #EFD38C
Tints of Cherokee #EFD38C
RGB
CMYK
RGB Variations
Color information
#EFD38C (or 0xEFD38C) is known color: Cherokee. HEX triplet: EF, D3 and 8C. RGB value is (239,211,140). Sum of RGB (Red+Green+Blue) = 239+211+140=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD38C is #102C73. Grayscale: #D3D3D3. Windows color (decimal): -1059956 or 9229295. OLE color: 9229295.
HSL color Cylindrical-coordinate representation of color #EFD38C: hue angle of 43.03º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFD38C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 140 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.06 |
| HSL | 43.03º | 0.76% | 0.74% | - |
| HSV(B) | 43.03º | 0.41% | 0.94% | - |
| XYZ | 63.62 | 66.83 | 34.36 | - |
| YUV | 211.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 140 | 0 | 0.12 | 0.41 | 0.06 | 43.03 | 0.76 | 0.74 |
| Hex | EF | D3 | 8C | 0 | C | 29 | 6 | 2B | 4C | 4A |
| Octal | 357 | 323 | 214 | 0 | 14 | 51 | 6 | 53 | 114 | 112 |
| Binary | 11101111 | 11010011 | 10001100 | 0 | 1100 | 101001 | 110 | 101011 | 1001100 | 1001010 |
Color Harmonies of #EFD38C
Complementary color
Monochromatic Colors of #EFD38C
Black with #EFD38C
Text Example
Text Example
White with #EFD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD38C; }
p { color: rgb(239,211,140); }
H1.HeaderClassName
{
color: #EFD38C;
}
.AnyTagClassName
{
color: #EFD38C;
}
</style>
background-color css
<style>
a { background-color: #EFD38C; }
a { background-color: rgb(239,211,140); }
div.DivClassName
{
background-color: #EFD38C;
}
.BgClassName
{
background-color: #EFD38C;
}
</style>
border-color css
<style>
span { border-color: #EFD38C; }
span { border-color: rgb(239,211,140); }
td.TdClassName
{
border-color: #EFD38C;
}
.TagClassName
{
border-color: #EFD38C;
}
</style>