Shades of Cherokee #F0CE88
Tints of Cherokee #F0CE88
RGB
CMYK
RGB Variations
Color information
#F0CE88 (or 0xF0CE88) is known color: Cherokee. HEX triplet: F0, CE and 88. RGB value is (240,206,136). Sum of RGB (Red+Green+Blue) = 240+206+136=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CE88 is #0F3177. Grayscale: #D0D0D0. Windows color (decimal): -995704 or 8965872. OLE color: 8965872.
HSL color Cylindrical-coordinate representation of color #F0CE88: hue angle of 40.38º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0CE88 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 136 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.06 |
| HSL | 40.38º | 0.78% | 0.74% | - |
| HSV(B) | 40.38º | 0.43% | 0.94% | - |
| XYZ | 62.45 | 64.45 | 32.44 | - |
| YUV | 208.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 136 | 0 | 0.14 | 0.43 | 0.06 | 40.38 | 0.78 | 0.74 |
| Hex | F0 | CE | 88 | 0 | E | 2B | 6 | 28 | 4E | 4A |
| Octal | 360 | 316 | 210 | 0 | 16 | 53 | 6 | 50 | 116 | 112 |
| Binary | 11110000 | 11001110 | 10001000 | 0 | 1110 | 101011 | 110 | 101000 | 1001110 | 1001010 |
Color Harmonies of #F0CE88
Complementary color
Monochromatic Colors of #F0CE88
Black with #F0CE88
Text Example
Text Example
White with #F0CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE88; }
p { color: rgb(240,206,136); }
H1.HeaderClassName
{
color: #F0CE88;
}
.AnyTagClassName
{
color: #F0CE88;
}
</style>
background-color css
<style>
a { background-color: #F0CE88; }
a { background-color: rgb(240,206,136); }
div.DivClassName
{
background-color: #F0CE88;
}
.BgClassName
{
background-color: #F0CE88;
}
</style>
border-color css
<style>
span { border-color: #F0CE88; }
span { border-color: rgb(240,206,136); }
td.TdClassName
{
border-color: #F0CE88;
}
.TagClassName
{
border-color: #F0CE88;
}
</style>