Shades of Spring Sun #EBEECA
Tints of Spring Sun #EBEECA
RGB
CMYK
RGB Variations
Color information
#EBEECA (or 0xEBEECA) is known color: Spring Sun. HEX triplet: EB, EE and CA. RGB value is (235,238,202). Sum of RGB (Red+Green+Blue) = 235+238+202=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEECA is #141135. Grayscale: #E9E9E9. Windows color (decimal): -1315126 or 13299435. OLE color: 13299435.
HSL color Cylindrical-coordinate representation of color #EBEECA: hue angle of 65º degrees, saturation: 0.51, 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 #EBEECA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 202 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.07 |
| HSL | 65º | 0.51% | 0.86% | - |
| HSV(B) | 65º | 0.15% | 0.93% | - |
| XYZ | 75.5 | 83.08 | 67.93 | - |
| YUV | 233 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 202 | 0.01 | 0 | 0.15 | 0.07 | 65 | 0.51 | 0.86 |
| Hex | EB | EE | CA | 1 | 0 | F | 7 | 41 | 33 | 56 |
| Octal | 353 | 356 | 312 | 1 | 0 | 17 | 7 | 101 | 63 | 126 |
| Binary | 11101011 | 11101110 | 11001010 | 1 | 0 | 1111 | 111 | 1000001 | 110011 | 1010110 |
Color Harmonies of #EBEECA
Complementary color
Monochromatic Colors of #EBEECA
Black with #EBEECA
Text Example
Text Example
White with #EBEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEECA; }
p { color: rgb(235,238,202); }
H1.HeaderClassName
{
color: #EBEECA;
}
.AnyTagClassName
{
color: #EBEECA;
}
</style>
background-color css
<style>
a { background-color: #EBEECA; }
a { background-color: rgb(235,238,202); }
div.DivClassName
{
background-color: #EBEECA;
}
.BgClassName
{
background-color: #EBEECA;
}
</style>
border-color css
<style>
span { border-color: #EBEECA; }
span { border-color: rgb(235,238,202); }
td.TdClassName
{
border-color: #EBEECA;
}
.TagClassName
{
border-color: #EBEECA;
}
</style>