Shades of Spring Sun #F0EECA
Tints of Spring Sun #F0EECA
RGB
CMYK
RGB Variations
Color information
#F0EECA (or 0xF0EECA) is known color: Spring Sun. HEX triplet: F0, EE and CA. RGB value is (240,238,202). Sum of RGB (Red+Green+Blue) = 240+238+202=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 202 (79.30% from 255 or 29.71% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EECA is #0F1135. Grayscale: #EAEAEA. Windows color (decimal): -987446 or 13299440. OLE color: 13299440.
HSL color Cylindrical-coordinate representation of color #F0EECA: hue angle of 56.84º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0EECA is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 202 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.06 |
| HSL | 56.84º | 0.56% | 0.87% | - |
| HSV(B) | 56.84º | 0.16% | 0.94% | - |
| XYZ | 77.17 | 83.94 | 68.01 | - |
| YUV | 234.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 202 | 0 | 0.01 | 0.16 | 0.06 | 56.84 | 0.56 | 0.87 |
| Hex | F0 | EE | CA | 0 | 1 | 10 | 6 | 39 | 38 | 57 |
| Octal | 360 | 356 | 312 | 0 | 1 | 20 | 6 | 71 | 70 | 127 |
| Binary | 11110000 | 11101110 | 11001010 | 0 | 1 | 10000 | 110 | 111001 | 111000 | 1010111 |
Color Harmonies of #F0EECA
Complementary color
Monochromatic Colors of #F0EECA
Black with #F0EECA
Text Example
Text Example
White with #F0EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EECA; }
p { color: rgb(240,238,202); }
H1.HeaderClassName
{
color: #F0EECA;
}
.AnyTagClassName
{
color: #F0EECA;
}
</style>
background-color css
<style>
a { background-color: #F0EECA; }
a { background-color: rgb(240,238,202); }
div.DivClassName
{
background-color: #F0EECA;
}
.BgClassName
{
background-color: #F0EECA;
}
</style>
border-color css
<style>
span { border-color: #F0EECA; }
span { border-color: rgb(240,238,202); }
td.TdClassName
{
border-color: #F0EECA;
}
.TagClassName
{
border-color: #F0EECA;
}
</style>