Shades of Cherokee #FED285
Tints of Cherokee #FED285
RGB
CMYK
RGB Variations
Color information
#FED285 (or 0xFED285) is known color: Cherokee. HEX triplet: FE, D2 and 85. RGB value is (254,210,133). Sum of RGB (Red+Green+Blue) = 254+210+133=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FED285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED285 is #012D7A. Grayscale: #D6D6D6. Windows color (decimal): -77179 or 8770302. OLE color: 8770302.
HSL color Cylindrical-coordinate representation of color #FED285: hue angle of 38.18º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FED285 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 133 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.00 |
| HSL | 38.18º | 0.98% | 0.76% | - |
| HSV(B) | 38.18º | 0.48% | 1% | - |
| XYZ | 68.15 | 68.86 | 31.89 | - |
| YUV | 214.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 133 | 0 | 0.17 | 0.48 | 0.00 | 38.18 | 0.98 | 0.76 |
| Hex | FE | D2 | 85 | 0 | 11 | 30 | 0 | 26 | 62 | 4C |
| Octal | 376 | 322 | 205 | 0 | 21 | 60 | 0 | 46 | 142 | 114 |
| Binary | 11111110 | 11010010 | 10000101 | 0 | 10001 | 110000 | 0 | 100110 | 1100010 | 1001100 |
Color Harmonies of #FED285
Complementary color
Monochromatic Colors of #FED285
Black with #FED285
Text Example
Text Example
White with #FED285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED285; }
p { color: rgb(254,210,133); }
H1.HeaderClassName
{
color: #FED285;
}
.AnyTagClassName
{
color: #FED285;
}
</style>
background-color css
<style>
a { background-color: #FED285; }
a { background-color: rgb(254,210,133); }
div.DivClassName
{
background-color: #FED285;
}
.BgClassName
{
background-color: #FED285;
}
</style>
border-color css
<style>
span { border-color: #FED285; }
span { border-color: rgb(254,210,133); }
td.TdClassName
{
border-color: #FED285;
}
.TagClassName
{
border-color: #FED285;
}
</style>