Shades of Cherokee #F5CE87
Tints of Cherokee #F5CE87
RGB
CMYK
RGB Variations
Color information
#F5CE87 (or 0xF5CE87) is known color: Cherokee. HEX triplet: F5, CE and 87. RGB value is (245,206,135). Sum of RGB (Red+Green+Blue) = 245+206+135=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 135 (53.12% from 255 or 23.04% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CE87 is #0A3178. Grayscale: #D1D1D1. Windows color (decimal): -668025 or 8900341. OLE color: 8900341.
HSL color Cylindrical-coordinate representation of color #F5CE87: hue angle of 38.73º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5CE87 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 135 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.04 |
| HSL | 38.73º | 0.85% | 0.75% | - |
| HSV(B) | 38.73º | 0.45% | 0.96% | - |
| XYZ | 64.1 | 65.3 | 32.15 | - |
| YUV | 209.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 135 | 0 | 0.16 | 0.45 | 0.04 | 38.73 | 0.85 | 0.75 |
| Hex | F5 | CE | 87 | 0 | 10 | 2D | 4 | 27 | 55 | 4B |
| Octal | 365 | 316 | 207 | 0 | 20 | 55 | 4 | 47 | 125 | 113 |
| Binary | 11110101 | 11001110 | 10000111 | 0 | 10000 | 101101 | 100 | 100111 | 1010101 | 1001011 |
Color Harmonies of #F5CE87
Complementary color
Monochromatic Colors of #F5CE87
Black with #F5CE87
Text Example
Text Example
White with #F5CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE87; }
p { color: rgb(245,206,135); }
H1.HeaderClassName
{
color: #F5CE87;
}
.AnyTagClassName
{
color: #F5CE87;
}
</style>
background-color css
<style>
a { background-color: #F5CE87; }
a { background-color: rgb(245,206,135); }
div.DivClassName
{
background-color: #F5CE87;
}
.BgClassName
{
background-color: #F5CE87;
}
</style>
border-color css
<style>
span { border-color: #F5CE87; }
span { border-color: rgb(245,206,135); }
td.TdClassName
{
border-color: #F5CE87;
}
.TagClassName
{
border-color: #F5CE87;
}
</style>