Shades of Spring Sun #EBEDC7
Tints of Spring Sun #EBEDC7
RGB
CMYK
RGB Variations
Color information
#EBEDC7 (or 0xEBEDC7) is known color: Spring Sun. HEX triplet: EB, ED and C7. RGB value is (235,237,199). Sum of RGB (Red+Green+Blue) = 235+237+199=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDC7 is #141238. Grayscale: #E8E8E8. Windows color (decimal): -1315385 or 13102571. OLE color: 13102571.
HSL color Cylindrical-coordinate representation of color #EBEDC7: hue angle of 63.16º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBEDC7 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 199 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.07 |
| HSL | 63.16º | 0.51% | 0.85% | - |
| HSV(B) | 63.16º | 0.16% | 0.93% | - |
| XYZ | 74.85 | 82.35 | 65.98 | - |
| YUV | 232.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 199 | 0.01 | 0 | 0.16 | 0.07 | 63.16 | 0.51 | 0.85 |
| Hex | EB | ED | C7 | 1 | 0 | 10 | 7 | 3F | 33 | 55 |
| Octal | 353 | 355 | 307 | 1 | 0 | 20 | 7 | 77 | 63 | 125 |
| Binary | 11101011 | 11101101 | 11000111 | 1 | 0 | 10000 | 111 | 111111 | 110011 | 1010101 |
Color Harmonies of #EBEDC7
Complementary color
Monochromatic Colors of #EBEDC7
Black with #EBEDC7
Text Example
Text Example
White with #EBEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDC7; }
p { color: rgb(235,237,199); }
H1.HeaderClassName
{
color: #EBEDC7;
}
.AnyTagClassName
{
color: #EBEDC7;
}
</style>
background-color css
<style>
a { background-color: #EBEDC7; }
a { background-color: rgb(235,237,199); }
div.DivClassName
{
background-color: #EBEDC7;
}
.BgClassName
{
background-color: #EBEDC7;
}
</style>
border-color css
<style>
span { border-color: #EBEDC7; }
span { border-color: rgb(235,237,199); }
td.TdClassName
{
border-color: #EBEDC7;
}
.TagClassName
{
border-color: #EBEDC7;
}
</style>