Shades of Cherokee #EFD28A
Tints of Cherokee #EFD28A
RGB
CMYK
RGB Variations
Color information
#EFD28A (or 0xEFD28A) is known color: Cherokee. HEX triplet: EF, D2 and 8A. RGB value is (239,210,138). Sum of RGB (Red+Green+Blue) = 239+210+138=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD28A is #102D75. Grayscale: #D2D2D2. Windows color (decimal): -1060214 or 9097967. OLE color: 9097967.
HSL color Cylindrical-coordinate representation of color #EFD28A: hue angle of 42.77º 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 #EFD28A is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 138 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.06 |
| HSL | 42.77º | 0.76% | 0.74% | - |
| HSV(B) | 42.77º | 0.42% | 0.94% | - |
| XYZ | 63.23 | 66.28 | 33.51 | - |
| YUV | 210.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 138 | 0 | 0.12 | 0.42 | 0.06 | 42.77 | 0.76 | 0.74 |
| Hex | EF | D2 | 8A | 0 | C | 2A | 6 | 2B | 4C | 4A |
| Octal | 357 | 322 | 212 | 0 | 14 | 52 | 6 | 53 | 114 | 112 |
| Binary | 11101111 | 11010010 | 10001010 | 0 | 1100 | 101010 | 110 | 101011 | 1001100 | 1001010 |
Color Harmonies of #EFD28A
Complementary color
Monochromatic Colors of #EFD28A
Black with #EFD28A
Text Example
Text Example
White with #EFD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD28A; }
p { color: rgb(239,210,138); }
H1.HeaderClassName
{
color: #EFD28A;
}
.AnyTagClassName
{
color: #EFD28A;
}
</style>
background-color css
<style>
a { background-color: #EFD28A; }
a { background-color: rgb(239,210,138); }
div.DivClassName
{
background-color: #EFD28A;
}
.BgClassName
{
background-color: #EFD28A;
}
</style>
border-color css
<style>
span { border-color: #EFD28A; }
span { border-color: rgb(239,210,138); }
td.TdClassName
{
border-color: #EFD28A;
}
.TagClassName
{
border-color: #EFD28A;
}
</style>