Shades of Cherokee #FECE87
Tints of Cherokee #FECE87
RGB
CMYK
RGB Variations
Color information
#FECE87 (or 0xFECE87) is known color: Cherokee. HEX triplet: FE, CE and 87. RGB value is (254,206,135). Sum of RGB (Red+Green+Blue) = 254+206+135=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE87 is #013178. Grayscale: #D4D4D4. Windows color (decimal): -78201 or 8900350. OLE color: 8900350.
HSL color Cylindrical-coordinate representation of color #FECE87: hue angle of 35.8º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FECE87 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 135 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.00 |
| HSL | 35.8º | 0.98% | 0.76% | - |
| HSV(B) | 35.8º | 0.47% | 1% | - |
| XYZ | 67.32 | 66.96 | 32.3 | - |
| YUV | 212.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 135 | 0 | 0.19 | 0.47 | 0.00 | 35.8 | 0.98 | 0.76 |
| Hex | FE | CE | 87 | 0 | 13 | 2F | 0 | 24 | 62 | 4C |
| Octal | 376 | 316 | 207 | 0 | 23 | 57 | 0 | 44 | 142 | 114 |
| Binary | 11111110 | 11001110 | 10000111 | 0 | 10011 | 101111 | 0 | 100100 | 1100010 | 1001100 |
Color Harmonies of #FECE87
Complementary color
Monochromatic Colors of #FECE87
Black with #FECE87
Text Example
Text Example
White with #FECE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE87; }
p { color: rgb(254,206,135); }
H1.HeaderClassName
{
color: #FECE87;
}
.AnyTagClassName
{
color: #FECE87;
}
</style>
background-color css
<style>
a { background-color: #FECE87; }
a { background-color: rgb(254,206,135); }
div.DivClassName
{
background-color: #FECE87;
}
.BgClassName
{
background-color: #FECE87;
}
</style>
border-color css
<style>
span { border-color: #FECE87; }
span { border-color: rgb(254,206,135); }
td.TdClassName
{
border-color: #FECE87;
}
.TagClassName
{
border-color: #FECE87;
}
</style>