Shades of Spring Sun #EAEDC4
Tints of Spring Sun #EAEDC4
RGB
CMYK
RGB Variations
Color information
#EAEDC4 (or 0xEAEDC4) is known color: Spring Sun. HEX triplet: EA, ED and C4. RGB value is (234,237,196). Sum of RGB (Red+Green+Blue) = 234+237+196=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDC4 is #15123B. Grayscale: #E7E7E7. Windows color (decimal): -1380924 or 12905962. OLE color: 12905962.
HSL color Cylindrical-coordinate representation of color #EAEDC4: hue angle of 64.39º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAEDC4 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 196 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.07 |
| HSL | 64.39º | 0.53% | 0.85% | - |
| HSV(B) | 64.39º | 0.17% | 0.93% | - |
| XYZ | 74.18 | 82.05 | 64.15 | - |
| YUV | 231.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 196 | 0.01 | 0 | 0.17 | 0.07 | 64.39 | 0.53 | 0.85 |
| Hex | EA | ED | C4 | 1 | 0 | 11 | 7 | 40 | 35 | 55 |
| Octal | 352 | 355 | 304 | 1 | 0 | 21 | 7 | 100 | 65 | 125 |
| Binary | 11101010 | 11101101 | 11000100 | 1 | 0 | 10001 | 111 | 1000000 | 110101 | 1010101 |
Color Harmonies of #EAEDC4
Complementary color
Monochromatic Colors of #EAEDC4
Black with #EAEDC4
Text Example
Text Example
White with #EAEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDC4; }
p { color: rgb(234,237,196); }
H1.HeaderClassName
{
color: #EAEDC4;
}
.AnyTagClassName
{
color: #EAEDC4;
}
</style>
background-color css
<style>
a { background-color: #EAEDC4; }
a { background-color: rgb(234,237,196); }
div.DivClassName
{
background-color: #EAEDC4;
}
.BgClassName
{
background-color: #EAEDC4;
}
</style>
border-color css
<style>
span { border-color: #EAEDC4; }
span { border-color: rgb(234,237,196); }
td.TdClassName
{
border-color: #EAEDC4;
}
.TagClassName
{
border-color: #EAEDC4;
}
</style>