Shades of Cherokee #F0CE78
Tints of Cherokee #F0CE78
RGB
CMYK
RGB Variations
Color information
#F0CE78 (or 0xF0CE78) is known color: Cherokee. HEX triplet: F0, CE and 78. RGB value is (240,206,120). Sum of RGB (Red+Green+Blue) = 240+206+120=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE78 is #0F3187. Grayscale: #CECECE. Windows color (decimal): -995720 or 7917296. OLE color: 7917296.
HSL color Cylindrical-coordinate representation of color #F0CE78: hue angle of 43º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0CE78 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 120 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.06 |
| HSL | 43º | 0.8% | 0.71% | - |
| HSV(B) | 43º | 0.5% | 0.94% | - |
| XYZ | 61.4 | 64.02 | 26.89 | - |
| YUV | 206.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 120 | 0 | 0.14 | 0.5 | 0.06 | 43 | 0.8 | 0.71 |
| Hex | F0 | CE | 78 | 0 | E | 32 | 6 | 2B | 50 | 47 |
| Octal | 360 | 316 | 170 | 0 | 16 | 62 | 6 | 53 | 120 | 107 |
| Binary | 11110000 | 11001110 | 1111000 | 0 | 1110 | 110010 | 110 | 101011 | 1010000 | 1000111 |
Color Harmonies of #F0CE78
Complementary color
Monochromatic Colors of #F0CE78
Black with #F0CE78
Text Example
Text Example
White with #F0CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE78; }
p { color: rgb(240,206,120); }
H1.HeaderClassName
{
color: #F0CE78;
}
.AnyTagClassName
{
color: #F0CE78;
}
</style>
background-color css
<style>
a { background-color: #F0CE78; }
a { background-color: rgb(240,206,120); }
div.DivClassName
{
background-color: #F0CE78;
}
.BgClassName
{
background-color: #F0CE78;
}
</style>
border-color css
<style>
span { border-color: #F0CE78; }
span { border-color: rgb(240,206,120); }
td.TdClassName
{
border-color: #F0CE78;
}
.TagClassName
{
border-color: #F0CE78;
}
</style>