Shades of Cherokee #FED088
Tints of Cherokee #FED088
RGB
CMYK
RGB Variations
Color information
#FED088 (or 0xFED088) is known color: Cherokee. HEX triplet: FE, D0 and 88. RGB value is (254,208,136). Sum of RGB (Red+Green+Blue) = 254+208+136=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FED088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED088 is #012F77. Grayscale: #D5D5D5. Windows color (decimal): -77688 or 8966398. OLE color: 8966398.
HSL color Cylindrical-coordinate representation of color #FED088: hue angle of 36.61º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FED088 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 136 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.00 |
| HSL | 36.61º | 0.98% | 0.76% | - |
| HSV(B) | 36.61º | 0.46% | 1% | - |
| XYZ | 67.87 | 67.96 | 32.83 | - |
| YUV | 213.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 136 | 0 | 0.18 | 0.46 | 0.00 | 36.61 | 0.98 | 0.76 |
| Hex | FE | D0 | 88 | 0 | 12 | 2E | 0 | 25 | 62 | 4C |
| Octal | 376 | 320 | 210 | 0 | 22 | 56 | 0 | 45 | 142 | 114 |
| Binary | 11111110 | 11010000 | 10001000 | 0 | 10010 | 101110 | 0 | 100101 | 1100010 | 1001100 |
Color Harmonies of #FED088
Complementary color
Monochromatic Colors of #FED088
Black with #FED088
Text Example
Text Example
White with #FED088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED088; }
p { color: rgb(254,208,136); }
H1.HeaderClassName
{
color: #FED088;
}
.AnyTagClassName
{
color: #FED088;
}
</style>
background-color css
<style>
a { background-color: #FED088; }
a { background-color: rgb(254,208,136); }
div.DivClassName
{
background-color: #FED088;
}
.BgClassName
{
background-color: #FED088;
}
</style>
border-color css
<style>
span { border-color: #FED088; }
span { border-color: rgb(254,208,136); }
td.TdClassName
{
border-color: #FED088;
}
.TagClassName
{
border-color: #FED088;
}
</style>