Shades of Cherokee #FED183
Tints of Cherokee #FED183
RGB
CMYK
RGB Variations
Color information
#FED183 (or 0xFED183) is known color: Cherokee. HEX triplet: FE, D1 and 83. RGB value is (254,209,131). Sum of RGB (Red+Green+Blue) = 254+209+131=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FED183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED183 is #012E7C. Grayscale: #D5D5D5. Windows color (decimal): -77437 or 8638974. OLE color: 8638974.
HSL color Cylindrical-coordinate representation of color #FED183: hue angle of 38.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FED183 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 131 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.00 |
| HSL | 38.05º | 0.98% | 0.75% | - |
| HSV(B) | 38.05º | 0.48% | 1% | - |
| XYZ | 67.77 | 68.31 | 31.09 | - |
| YUV | 213.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 131 | 0 | 0.18 | 0.48 | 0.00 | 38.05 | 0.98 | 0.75 |
| Hex | FE | D1 | 83 | 0 | 12 | 30 | 0 | 26 | 62 | 4B |
| Octal | 376 | 321 | 203 | 0 | 22 | 60 | 0 | 46 | 142 | 113 |
| Binary | 11111110 | 11010001 | 10000011 | 0 | 10010 | 110000 | 0 | 100110 | 1100010 | 1001011 |
Color Harmonies of #FED183
Complementary color
Monochromatic Colors of #FED183
Black with #FED183
Text Example
Text Example
White with #FED183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED183; }
p { color: rgb(254,209,131); }
H1.HeaderClassName
{
color: #FED183;
}
.AnyTagClassName
{
color: #FED183;
}
</style>
background-color css
<style>
a { background-color: #FED183; }
a { background-color: rgb(254,209,131); }
div.DivClassName
{
background-color: #FED183;
}
.BgClassName
{
background-color: #FED183;
}
</style>
border-color css
<style>
span { border-color: #FED183; }
span { border-color: rgb(254,209,131); }
td.TdClassName
{
border-color: #FED183;
}
.TagClassName
{
border-color: #FED183;
}
</style>