Shades of Spring Sun #EBEDC0
Tints of Spring Sun #EBEDC0
RGB
CMYK
RGB Variations
Color information
#EBEDC0 (or 0xEBEDC0) is known color: Spring Sun. HEX triplet: EB, ED and C0. RGB value is (235,237,192). Sum of RGB (Red+Green+Blue) = 235+237+192=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDC0 is #14123F. Grayscale: #E7E7E7. Windows color (decimal): -1315392 or 12643819. OLE color: 12643819.
HSL color Cylindrical-coordinate representation of color #EBEDC0: hue angle of 62.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBEDC0 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 237 | 192 | - |
CMYK | 0.01 | 0 | 0.19 | 0.07 |
HSL | 62.67º | 0.56% | 0.84% | - |
HSV(B) | 62.67º | 0.19% | 0.93% | - |
XYZ | 74.06 | 82.04 | 61.8 | - |
YUV | 231.27 | 105.84 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 237 | 192 | 0.01 | 0 | 0.19 | 0.07 | 62.67 | 0.56 | 0.84 |
Hex | EB | ED | C0 | 1 | 0 | 13 | 7 | 3F | 38 | 54 |
Octal | 353 | 355 | 300 | 1 | 0 | 23 | 7 | 77 | 70 | 124 |
Binary | 11101011 | 11101101 | 11000000 | 1 | 0 | 10011 | 111 | 111111 | 111000 | 1010100 |
Color Harmonies of #EBEDC0
Complementary color
Monochromatic Colors of #EBEDC0
Black with #EBEDC0
Text Example
Text Example
White with #EBEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDC0; }
p { color: rgb(235,237,192); }
H1.HeaderClassName
{
color: #EBEDC0;
}
.AnyTagClassName
{
color: #EBEDC0;
}
</style>
background-color css
<style>
a { background-color: #EBEDC0; }
a { background-color: rgb(235,237,192); }
div.DivClassName
{
background-color: #EBEDC0;
}
.BgClassName
{
background-color: #EBEDC0;
}
</style>
border-color css
<style>
span { border-color: #EBEDC0; }
span { border-color: rgb(235,237,192); }
td.TdClassName
{
border-color: #EBEDC0;
}
.TagClassName
{
border-color: #EBEDC0;
}
</style>