Shades of Cherokee #FED287
Tints of Cherokee #FED287
RGB
CMYK
RGB Variations
Color information
#FED287 (or 0xFED287) is known color: Cherokee. HEX triplet: FE, D2 and 87. RGB value is (254,210,135). Sum of RGB (Red+Green+Blue) = 254+210+135=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 135 (53.12% from 255 or 22.54% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED287 is #012D78. Grayscale: #D6D6D6. Windows color (decimal): -77177 or 8901374. OLE color: 8901374.
HSL color Cylindrical-coordinate representation of color #FED287: hue angle of 37.82º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FED287 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 135 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.00 |
| HSL | 37.82º | 0.98% | 0.76% | - |
| HSV(B) | 37.82º | 0.47% | 1% | - |
| XYZ | 68.29 | 68.91 | 32.62 | - |
| YUV | 214.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 135 | 0 | 0.17 | 0.47 | 0.00 | 37.82 | 0.98 | 0.76 |
| Hex | FE | D2 | 87 | 0 | 11 | 2F | 0 | 26 | 62 | 4C |
| Octal | 376 | 322 | 207 | 0 | 21 | 57 | 0 | 46 | 142 | 114 |
| Binary | 11111110 | 11010010 | 10000111 | 0 | 10001 | 101111 | 0 | 100110 | 1100010 | 1001100 |
Color Harmonies of #FED287
Complementary color
Monochromatic Colors of #FED287
Black with #FED287
Text Example
Text Example
White with #FED287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED287; }
p { color: rgb(254,210,135); }
H1.HeaderClassName
{
color: #FED287;
}
.AnyTagClassName
{
color: #FED287;
}
</style>
background-color css
<style>
a { background-color: #FED287; }
a { background-color: rgb(254,210,135); }
div.DivClassName
{
background-color: #FED287;
}
.BgClassName
{
background-color: #FED287;
}
</style>
border-color css
<style>
span { border-color: #FED287; }
span { border-color: rgb(254,210,135); }
td.TdClassName
{
border-color: #FED287;
}
.TagClassName
{
border-color: #FED287;
}
</style>