Shades of Spring Sun #EBEDC8
Tints of Spring Sun #EBEDC8
RGB
CMYK
RGB Variations
Color information
#EBEDC8 (or 0xEBEDC8) is known color: Spring Sun. HEX triplet: EB, ED and C8. RGB value is (235,237,200). Sum of RGB (Red+Green+Blue) = 235+237+200=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDC8 is #141237. Grayscale: #E8E8E8. Windows color (decimal): -1315384 or 13168107. OLE color: 13168107.
HSL color Cylindrical-coordinate representation of color #EBEDC8: hue angle of 63.24º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBEDC8 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 200 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.07 |
| HSL | 63.24º | 0.51% | 0.86% | - |
| HSV(B) | 63.24º | 0.16% | 0.93% | - |
| XYZ | 74.97 | 82.4 | 66.6 | - |
| YUV | 232.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 200 | 0.01 | 0 | 0.16 | 0.07 | 63.24 | 0.51 | 0.86 |
| Hex | EB | ED | C8 | 1 | 0 | 10 | 7 | 3F | 33 | 56 |
| Octal | 353 | 355 | 310 | 1 | 0 | 20 | 7 | 77 | 63 | 126 |
| Binary | 11101011 | 11101101 | 11001000 | 1 | 0 | 10000 | 111 | 111111 | 110011 | 1010110 |
Color Harmonies of #EBEDC8
Complementary color
Monochromatic Colors of #EBEDC8
Black with #EBEDC8
Text Example
Text Example
White with #EBEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDC8; }
p { color: rgb(235,237,200); }
H1.HeaderClassName
{
color: #EBEDC8;
}
.AnyTagClassName
{
color: #EBEDC8;
}
</style>
background-color css
<style>
a { background-color: #EBEDC8; }
a { background-color: rgb(235,237,200); }
div.DivClassName
{
background-color: #EBEDC8;
}
.BgClassName
{
background-color: #EBEDC8;
}
</style>
border-color css
<style>
span { border-color: #EBEDC8; }
span { border-color: rgb(235,237,200); }
td.TdClassName
{
border-color: #EBEDC8;
}
.TagClassName
{
border-color: #EBEDC8;
}
</style>