Shades of Spring Sun #EAE9C1
Tints of Spring Sun #EAE9C1
RGB
CMYK
RGB Variations
Color information
#EAE9C1 (or 0xEAE9C1) is known color: Spring Sun. HEX triplet: EA, E9 and C1. RGB value is (234,233,193). Sum of RGB (Red+Green+Blue) = 234+233+193=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 193 (75.78% from 255 or 29.24% from 660); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9C1 is #15163E. Grayscale: #E4E4E4. Windows color (decimal): -1381951 or 12708330. OLE color: 12708330.
HSL color Cylindrical-coordinate representation of color #EAE9C1: hue angle of 58.54º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAE9C1 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 193 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.08 |
| HSL | 58.54º | 0.49% | 0.84% | - |
| HSV(B) | 58.54º | 0.18% | 0.92% | - |
| XYZ | 72.7 | 79.62 | 61.99 | - |
| YUV | 228.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 193 | 0 | 0.00 | 0.18 | 0.08 | 58.54 | 0.49 | 0.84 |
| Hex | EA | E9 | C1 | 0 | 0 | 12 | 8 | 3B | 31 | 54 |
| Octal | 352 | 351 | 301 | 0 | 0 | 22 | 10 | 73 | 61 | 124 |
| Binary | 11101010 | 11101001 | 11000001 | 0 | 0 | 10010 | 1000 | 111011 | 110001 | 1010100 |
Color Harmonies of #EAE9C1
Complementary color
Monochromatic Colors of #EAE9C1
Black with #EAE9C1
Text Example
Text Example
White with #EAE9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9C1; }
p { color: rgb(234,233,193); }
H1.HeaderClassName
{
color: #EAE9C1;
}
.AnyTagClassName
{
color: #EAE9C1;
}
</style>
background-color css
<style>
a { background-color: #EAE9C1; }
a { background-color: rgb(234,233,193); }
div.DivClassName
{
background-color: #EAE9C1;
}
.BgClassName
{
background-color: #EAE9C1;
}
</style>
border-color css
<style>
span { border-color: #EAE9C1; }
span { border-color: rgb(234,233,193); }
td.TdClassName
{
border-color: #EAE9C1;
}
.TagClassName
{
border-color: #EAE9C1;
}
</style>