Shades of Cherokee #FEC888
Tints of Cherokee #FEC888
RGB
CMYK
RGB Variations
Color information
#FEC888 (or 0xFEC888) is known color: Cherokee. HEX triplet: FE, C8 and 88. RGB value is (254,200,136). Sum of RGB (Red+Green+Blue) = 254+200+136=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 136 (53.52% from 255 or 23.05% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC888 is #013777. Grayscale: #D1D1D1. Windows color (decimal): -79736 or 8964350. OLE color: 8964350.
HSL color Cylindrical-coordinate representation of color #FEC888: hue angle of 32.54º 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 #FEC888 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 136 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.00 |
| HSL | 32.54º | 0.98% | 0.76% | - |
| HSV(B) | 32.54º | 0.46% | 1% | - |
| XYZ | 65.97 | 64.16 | 32.2 | - |
| YUV | 208.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 136 | 0 | 0.21 | 0.46 | 0.00 | 32.54 | 0.98 | 0.76 |
| Hex | FE | C8 | 88 | 0 | 15 | 2E | 0 | 21 | 62 | 4C |
| Octal | 376 | 310 | 210 | 0 | 25 | 56 | 0 | 41 | 142 | 114 |
| Binary | 11111110 | 11001000 | 10001000 | 0 | 10101 | 101110 | 0 | 100001 | 1100010 | 1001100 |
Color Harmonies of #FEC888
Complementary color
Monochromatic Colors of #FEC888
Black with #FEC888
Text Example
Text Example
White with #FEC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC888; }
p { color: rgb(254,200,136); }
H1.HeaderClassName
{
color: #FEC888;
}
.AnyTagClassName
{
color: #FEC888;
}
</style>
background-color css
<style>
a { background-color: #FEC888; }
a { background-color: rgb(254,200,136); }
div.DivClassName
{
background-color: #FEC888;
}
.BgClassName
{
background-color: #FEC888;
}
</style>
border-color css
<style>
span { border-color: #FEC888; }
span { border-color: rgb(254,200,136); }
td.TdClassName
{
border-color: #FEC888;
}
.TagClassName
{
border-color: #FEC888;
}
</style>