Shades of Cherokee #FED184
Tints of Cherokee #FED184
RGB
CMYK
RGB Variations
Color information
#FED184 (or 0xFED184) is known color: Cherokee. HEX triplet: FE, D1 and 84. RGB value is (254,209,132). Sum of RGB (Red+Green+Blue) = 254+209+132=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FED184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED184 is #012E7B. Grayscale: #D6D6D6. Windows color (decimal): -77436 or 8704510. OLE color: 8704510.
HSL color Cylindrical-coordinate representation of color #FED184: hue angle of 37.87º 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 #FED184 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 132 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.00 |
| HSL | 37.87º | 0.98% | 0.76% | - |
| HSV(B) | 37.87º | 0.48% | 1% | - |
| XYZ | 67.84 | 68.34 | 31.44 | - |
| YUV | 213.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 132 | 0 | 0.18 | 0.48 | 0.00 | 37.87 | 0.98 | 0.76 |
| Hex | FE | D1 | 84 | 0 | 12 | 30 | 0 | 26 | 62 | 4C |
| Octal | 376 | 321 | 204 | 0 | 22 | 60 | 0 | 46 | 142 | 114 |
| Binary | 11111110 | 11010001 | 10000100 | 0 | 10010 | 110000 | 0 | 100110 | 1100010 | 1001100 |
Color Harmonies of #FED184
Complementary color
Monochromatic Colors of #FED184
Black with #FED184
Text Example
Text Example
White with #FED184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED184; }
p { color: rgb(254,209,132); }
H1.HeaderClassName
{
color: #FED184;
}
.AnyTagClassName
{
color: #FED184;
}
</style>
background-color css
<style>
a { background-color: #FED184; }
a { background-color: rgb(254,209,132); }
div.DivClassName
{
background-color: #FED184;
}
.BgClassName
{
background-color: #FED184;
}
</style>
border-color css
<style>
span { border-color: #FED184; }
span { border-color: rgb(254,209,132); }
td.TdClassName
{
border-color: #FED184;
}
.TagClassName
{
border-color: #FED184;
}
</style>