Shades of Spring Sun #EAEBC0
Tints of Spring Sun #EAEBC0
RGB
CMYK
RGB Variations
Color information
#EAEBC0 (or 0xEAEBC0) is known color: Spring Sun. HEX triplet: EA, EB and C0. RGB value is (234,235,192). Sum of RGB (Red+Green+Blue) = 234+235+192=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBC0 is #15143F. Grayscale: #E5E5E5. Windows color (decimal): -1381440 or 12643306. OLE color: 12643306.
HSL color Cylindrical-coordinate representation of color #EAEBC0: hue angle of 61.4º degrees, saturation: 0.52, 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 #EAEBC0 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 192 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.08 |
| HSL | 61.4º | 0.52% | 0.84% | - |
| HSV(B) | 61.4º | 0.18% | 0.92% | - |
| XYZ | 73.15 | 80.71 | 61.59 | - |
| YUV | 229.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 192 | 0.00 | 0 | 0.18 | 0.08 | 61.4 | 0.52 | 0.84 |
| Hex | EA | EB | C0 | 0 | 0 | 12 | 8 | 3D | 34 | 54 |
| Octal | 352 | 353 | 300 | 0 | 0 | 22 | 10 | 75 | 64 | 124 |
| Binary | 11101010 | 11101011 | 11000000 | 0 | 0 | 10010 | 1000 | 111101 | 110100 | 1010100 |
Color Harmonies of #EAEBC0
Complementary color
Monochromatic Colors of #EAEBC0
Black with #EAEBC0
Text Example
Text Example
White with #EAEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEBC0; }
p { color: rgb(234,235,192); }
H1.HeaderClassName
{
color: #EAEBC0;
}
.AnyTagClassName
{
color: #EAEBC0;
}
</style>
background-color css
<style>
a { background-color: #EAEBC0; }
a { background-color: rgb(234,235,192); }
div.DivClassName
{
background-color: #EAEBC0;
}
.BgClassName
{
background-color: #EAEBC0;
}
</style>
border-color css
<style>
span { border-color: #EAEBC0; }
span { border-color: rgb(234,235,192); }
td.TdClassName
{
border-color: #EAEBC0;
}
.TagClassName
{
border-color: #EAEBC0;
}
</style>