Shades of Spring Sun #EAEEC4
Tints of Spring Sun #EAEEC4
RGB
CMYK
RGB Variations
Color information
#EAEEC4 (or 0xEAEEC4) is known color: Spring Sun. HEX triplet: EA, EE and C4. RGB value is (234,238,196). Sum of RGB (Red+Green+Blue) = 234+238+196=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEC4 is #15113B. Grayscale: #E8E8E8. Windows color (decimal): -1380668 or 12906218. OLE color: 12906218.
HSL color Cylindrical-coordinate representation of color #EAEEC4: hue angle of 65.71º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAEEC4 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 196 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.07 |
| HSL | 65.71º | 0.55% | 0.85% | - |
| HSV(B) | 65.71º | 0.18% | 0.93% | - |
| XYZ | 74.47 | 82.63 | 64.25 | - |
| YUV | 232.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 196 | 0.02 | 0 | 0.18 | 0.07 | 65.71 | 0.55 | 0.85 |
| Hex | EA | EE | C4 | 2 | 0 | 12 | 7 | 42 | 37 | 55 |
| Octal | 352 | 356 | 304 | 2 | 0 | 22 | 7 | 102 | 67 | 125 |
| Binary | 11101010 | 11101110 | 11000100 | 10 | 0 | 10010 | 111 | 1000010 | 110111 | 1010101 |
Color Harmonies of #EAEEC4
Complementary color
Monochromatic Colors of #EAEEC4
Black with #EAEEC4
Text Example
Text Example
White with #EAEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEC4; }
p { color: rgb(234,238,196); }
H1.HeaderClassName
{
color: #EAEEC4;
}
.AnyTagClassName
{
color: #EAEEC4;
}
</style>
background-color css
<style>
a { background-color: #EAEEC4; }
a { background-color: rgb(234,238,196); }
div.DivClassName
{
background-color: #EAEEC4;
}
.BgClassName
{
background-color: #EAEEC4;
}
</style>
border-color css
<style>
span { border-color: #EAEEC4; }
span { border-color: rgb(234,238,196); }
td.TdClassName
{
border-color: #EAEEC4;
}
.TagClassName
{
border-color: #EAEEC4;
}
</style>