Shades of Cherokee #FED084
Tints of Cherokee #FED084
RGB
CMYK
RGB Variations
Color information
#FED084 (or 0xFED084) is known color: Cherokee. HEX triplet: FE, D0 and 84. RGB value is (254,208,132). Sum of RGB (Red+Green+Blue) = 254+208+132=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FED084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED084 is #012F7B. Grayscale: #D5D5D5. Windows color (decimal): -77692 or 8704254. OLE color: 8704254.
HSL color Cylindrical-coordinate representation of color #FED084: hue angle of 37.38º 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 #FED084 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 132 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.00 |
| HSL | 37.38º | 0.98% | 0.76% | - |
| HSV(B) | 37.38º | 0.48% | 1% | - |
| XYZ | 67.59 | 67.85 | 31.36 | - |
| YUV | 213.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 132 | 0 | 0.18 | 0.48 | 0.00 | 37.38 | 0.98 | 0.76 |
| Hex | FE | D0 | 84 | 0 | 12 | 30 | 0 | 25 | 62 | 4C |
| Octal | 376 | 320 | 204 | 0 | 22 | 60 | 0 | 45 | 142 | 114 |
| Binary | 11111110 | 11010000 | 10000100 | 0 | 10010 | 110000 | 0 | 100101 | 1100010 | 1001100 |
Color Harmonies of #FED084
Complementary color
Monochromatic Colors of #FED084
Black with #FED084
Text Example
Text Example
White with #FED084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED084; }
p { color: rgb(254,208,132); }
H1.HeaderClassName
{
color: #FED084;
}
.AnyTagClassName
{
color: #FED084;
}
</style>
background-color css
<style>
a { background-color: #FED084; }
a { background-color: rgb(254,208,132); }
div.DivClassName
{
background-color: #FED084;
}
.BgClassName
{
background-color: #FED084;
}
</style>
border-color css
<style>
span { border-color: #FED084; }
span { border-color: rgb(254,208,132); }
td.TdClassName
{
border-color: #FED084;
}
.TagClassName
{
border-color: #FED084;
}
</style>