Shades of Spring Sun #EEF2C4
Tints of Spring Sun #EEF2C4
RGB
CMYK
RGB Variations
Color information
#EEF2C4 (or 0xEEF2C4) is known color: Spring Sun. HEX triplet: EE, F2 and C4. RGB value is (238,242,196). Sum of RGB (Red+Green+Blue) = 238+242+196=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 196 (76.95% from 255 or 28.99% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2C4 is #110D3B. Grayscale: #EBEBEB. Windows color (decimal): -1117500 or 12907246. OLE color: 12907246.
HSL color Cylindrical-coordinate representation of color #EEF2C4: hue angle of 65.22º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEF2C4 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 196 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.05 |
| HSL | 65.22º | 0.64% | 0.86% | - |
| HSV(B) | 65.22º | 0.19% | 0.95% | - |
| XYZ | 76.98 | 85.67 | 64.7 | - |
| YUV | 235.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 196 | 0.02 | 0 | 0.19 | 0.05 | 65.22 | 0.64 | 0.86 |
| Hex | EE | F2 | C4 | 2 | 0 | 13 | 5 | 41 | 40 | 56 |
| Octal | 356 | 362 | 304 | 2 | 0 | 23 | 5 | 101 | 100 | 126 |
| Binary | 11101110 | 11110010 | 11000100 | 10 | 0 | 10011 | 101 | 1000001 | 1000000 | 1010110 |
Color Harmonies of #EEF2C4
Complementary color
Monochromatic Colors of #EEF2C4
Black with #EEF2C4
Text Example
Text Example
White with #EEF2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2C4; }
p { color: rgb(238,242,196); }
H1.HeaderClassName
{
color: #EEF2C4;
}
.AnyTagClassName
{
color: #EEF2C4;
}
</style>
background-color css
<style>
a { background-color: #EEF2C4; }
a { background-color: rgb(238,242,196); }
div.DivClassName
{
background-color: #EEF2C4;
}
.BgClassName
{
background-color: #EEF2C4;
}
</style>
border-color css
<style>
span { border-color: #EEF2C4; }
span { border-color: rgb(238,242,196); }
td.TdClassName
{
border-color: #EEF2C4;
}
.TagClassName
{
border-color: #EEF2C4;
}
</style>