Shades of Cherokee #FED286
Tints of Cherokee #FED286
RGB
CMYK
RGB Variations
Color information
#FED286 (or 0xFED286) is known color: Cherokee. HEX triplet: FE, D2 and 86. RGB value is (254,210,134). Sum of RGB (Red+Green+Blue) = 254+210+134=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FED286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED286 is #012D79. Grayscale: #D6D6D6. Windows color (decimal): -77178 or 8835838. OLE color: 8835838.
HSL color Cylindrical-coordinate representation of color #FED286: hue angle of 38º 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 #FED286 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 134 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.00 |
| HSL | 38º | 0.98% | 0.76% | - |
| HSV(B) | 38º | 0.47% | 1% | - |
| XYZ | 68.22 | 68.89 | 32.25 | - |
| YUV | 214.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 134 | 0 | 0.17 | 0.47 | 0.00 | 38 | 0.98 | 0.76 |
| Hex | FE | D2 | 86 | 0 | 11 | 2F | 0 | 26 | 62 | 4C |
| Octal | 376 | 322 | 206 | 0 | 21 | 57 | 0 | 46 | 142 | 114 |
| Binary | 11111110 | 11010010 | 10000110 | 0 | 10001 | 101111 | 0 | 100110 | 1100010 | 1001100 |
Color Harmonies of #FED286
Complementary color
Monochromatic Colors of #FED286
Black with #FED286
Text Example
Text Example
White with #FED286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED286; }
p { color: rgb(254,210,134); }
H1.HeaderClassName
{
color: #FED286;
}
.AnyTagClassName
{
color: #FED286;
}
</style>
background-color css
<style>
a { background-color: #FED286; }
a { background-color: rgb(254,210,134); }
div.DivClassName
{
background-color: #FED286;
}
.BgClassName
{
background-color: #FED286;
}
</style>
border-color css
<style>
span { border-color: #FED286; }
span { border-color: rgb(254,210,134); }
td.TdClassName
{
border-color: #FED286;
}
.TagClassName
{
border-color: #FED286;
}
</style>