Shades of Spring Sun #EAEDCA
Tints of Spring Sun #EAEDCA
RGB
CMYK
RGB Variations
Color information
#EAEDCA (or 0xEAEDCA) is known color: Spring Sun. HEX triplet: EA, ED and CA. RGB value is (234,237,202). Sum of RGB (Red+Green+Blue) = 234+237+202=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDCA is #151235. Grayscale: #E8E8E8. Windows color (decimal): -1380918 or 13299178. OLE color: 13299178.
HSL color Cylindrical-coordinate representation of color #EAEDCA: hue angle of 65.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAEDCA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 202 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.07 |
| HSL | 65.14º | 0.49% | 0.86% | - |
| HSV(B) | 65.14º | 0.15% | 0.93% | - |
| XYZ | 74.88 | 82.33 | 67.82 | - |
| YUV | 232.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 202 | 0.01 | 0 | 0.15 | 0.07 | 65.14 | 0.49 | 0.86 |
| Hex | EA | ED | CA | 1 | 0 | F | 7 | 41 | 31 | 56 |
| Octal | 352 | 355 | 312 | 1 | 0 | 17 | 7 | 101 | 61 | 126 |
| Binary | 11101010 | 11101101 | 11001010 | 1 | 0 | 1111 | 111 | 1000001 | 110001 | 1010110 |
Color Harmonies of #EAEDCA
Complementary color
Monochromatic Colors of #EAEDCA
Black with #EAEDCA
Text Example
Text Example
White with #EAEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDCA; }
p { color: rgb(234,237,202); }
H1.HeaderClassName
{
color: #EAEDCA;
}
.AnyTagClassName
{
color: #EAEDCA;
}
</style>
background-color css
<style>
a { background-color: #EAEDCA; }
a { background-color: rgb(234,237,202); }
div.DivClassName
{
background-color: #EAEDCA;
}
.BgClassName
{
background-color: #EAEDCA;
}
</style>
border-color css
<style>
span { border-color: #EAEDCA; }
span { border-color: rgb(234,237,202); }
td.TdClassName
{
border-color: #EAEDCA;
}
.TagClassName
{
border-color: #EAEDCA;
}
</style>