Shades of Spring Sun #EAEACE
Tints of Spring Sun #EAEACE
RGB
CMYK
RGB Variations
Color information
#EAEACE (or 0xEAEACE) is known color: Spring Sun. HEX triplet: EA, EA and CE. RGB value is (234,234,206). Sum of RGB (Red+Green+Blue) = 234+234+206=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEACE is #151531. Grayscale: #E6E6E6. Windows color (decimal): -1381682 or 13560554. OLE color: 13560554.
HSL color Cylindrical-coordinate representation of color #EAEACE: hue angle of 60º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAEACE is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 206 | - |
| CMYK | 0 | 0 | 0.12 | 0.08 |
| HSL | 60º | 0.4% | 0.86% | - |
| HSV(B) | 60º | 0.12% | 0.92% | - |
| XYZ | 74.5 | 80.79 | 70.06 | - |
| YUV | 230.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 206 | 0 | 0 | 0.12 | 0.08 | 60 | 0.4 | 0.86 |
| Hex | EA | EA | CE | 0 | 0 | C | 8 | 3C | 28 | 56 |
| Octal | 352 | 352 | 316 | 0 | 0 | 14 | 10 | 74 | 50 | 126 |
| Binary | 11101010 | 11101010 | 11001110 | 0 | 0 | 1100 | 1000 | 111100 | 101000 | 1010110 |
Color Harmonies of #EAEACE
Complementary color
Monochromatic Colors of #EAEACE
Black with #EAEACE
Text Example
Text Example
White with #EAEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEACE; }
p { color: rgb(234,234,206); }
H1.HeaderClassName
{
color: #EAEACE;
}
.AnyTagClassName
{
color: #EAEACE;
}
</style>
background-color css
<style>
a { background-color: #EAEACE; }
a { background-color: rgb(234,234,206); }
div.DivClassName
{
background-color: #EAEACE;
}
.BgClassName
{
background-color: #EAEACE;
}
</style>
border-color css
<style>
span { border-color: #EAEACE; }
span { border-color: rgb(234,234,206); }
td.TdClassName
{
border-color: #EAEACE;
}
.TagClassName
{
border-color: #EAEACE;
}
</style>