Shades of Spring Sun #EAE9BE
Tints of Spring Sun #EAE9BE
RGB
CMYK
RGB Variations
Color information
#EAE9BE (or 0xEAE9BE) is known color: Spring Sun. HEX triplet: EA, E9 and BE. RGB value is (234,233,190). Sum of RGB (Red+Green+Blue) = 234+233+190=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9BE is #151641. Grayscale: #E4E4E4. Windows color (decimal): -1381954 or 12511722. OLE color: 12511722.
HSL color Cylindrical-coordinate representation of color #EAE9BE: hue angle of 58.64º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAE9BE is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 190 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.08 |
| HSL | 58.64º | 0.51% | 0.83% | - |
| HSV(B) | 58.64º | 0.19% | 0.92% | - |
| XYZ | 72.36 | 79.49 | 60.24 | - |
| YUV | 228.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 190 | 0 | 0.00 | 0.19 | 0.08 | 58.64 | 0.51 | 0.83 |
| Hex | EA | E9 | BE | 0 | 0 | 13 | 8 | 3B | 33 | 53 |
| Octal | 352 | 351 | 276 | 0 | 0 | 23 | 10 | 73 | 63 | 123 |
| Binary | 11101010 | 11101001 | 10111110 | 0 | 0 | 10011 | 1000 | 111011 | 110011 | 1010011 |
Color Harmonies of #EAE9BE
Complementary color
Monochromatic Colors of #EAE9BE
Black with #EAE9BE
Text Example
Text Example
White with #EAE9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9BE; }
p { color: rgb(234,233,190); }
H1.HeaderClassName
{
color: #EAE9BE;
}
.AnyTagClassName
{
color: #EAE9BE;
}
</style>
background-color css
<style>
a { background-color: #EAE9BE; }
a { background-color: rgb(234,233,190); }
div.DivClassName
{
background-color: #EAE9BE;
}
.BgClassName
{
background-color: #EAE9BE;
}
</style>
border-color css
<style>
span { border-color: #EAE9BE; }
span { border-color: rgb(234,233,190); }
td.TdClassName
{
border-color: #EAE9BE;
}
.TagClassName
{
border-color: #EAE9BE;
}
</style>