Shades of Cherokee #EFD28C
Tints of Cherokee #EFD28C
RGB
CMYK
RGB Variations
Color information
#EFD28C (or 0xEFD28C) is known color: Cherokee. HEX triplet: EF, D2 and 8C. RGB value is (239,210,140). Sum of RGB (Red+Green+Blue) = 239+210+140=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD28C is #102D73. Grayscale: #D3D3D3. Windows color (decimal): -1060212 or 9229039. OLE color: 9229039.
HSL color Cylindrical-coordinate representation of color #EFD28C: hue angle of 42.42º 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 #EFD28C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 140 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.06 |
| HSL | 42.42º | 0.76% | 0.74% | - |
| HSV(B) | 42.42º | 0.41% | 0.94% | - |
| XYZ | 63.38 | 66.34 | 34.28 | - |
| YUV | 210.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 140 | 0 | 0.12 | 0.41 | 0.06 | 42.42 | 0.76 | 0.74 |
| Hex | EF | D2 | 8C | 0 | C | 29 | 6 | 2A | 4C | 4A |
| Octal | 357 | 322 | 214 | 0 | 14 | 51 | 6 | 52 | 114 | 112 |
| Binary | 11101111 | 11010010 | 10001100 | 0 | 1100 | 101001 | 110 | 101010 | 1001100 | 1001010 |
Color Harmonies of #EFD28C
Complementary color
Monochromatic Colors of #EFD28C
Black with #EFD28C
Text Example
Text Example
White with #EFD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD28C; }
p { color: rgb(239,210,140); }
H1.HeaderClassName
{
color: #EFD28C;
}
.AnyTagClassName
{
color: #EFD28C;
}
</style>
background-color css
<style>
a { background-color: #EFD28C; }
a { background-color: rgb(239,210,140); }
div.DivClassName
{
background-color: #EFD28C;
}
.BgClassName
{
background-color: #EFD28C;
}
</style>
border-color css
<style>
span { border-color: #EFD28C; }
span { border-color: rgb(239,210,140); }
td.TdClassName
{
border-color: #EFD28C;
}
.TagClassName
{
border-color: #EFD28C;
}
</style>