Shades of Spring Sun #EBEDC4
Tints of Spring Sun #EBEDC4
RGB
CMYK
RGB Variations
Color information
#EBEDC4 (or 0xEBEDC4) is known color: Spring Sun. HEX triplet: EB, ED and C4. RGB value is (235,237,196). Sum of RGB (Red+Green+Blue) = 235+237+196=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDC4 is #14123B. Grayscale: #E7E7E7. Windows color (decimal): -1315388 or 12905963. OLE color: 12905963.
HSL color Cylindrical-coordinate representation of color #EBEDC4: hue angle of 62.93º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBEDC4 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 196 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.07 |
| HSL | 62.93º | 0.53% | 0.85% | - |
| HSV(B) | 62.93º | 0.17% | 0.93% | - |
| XYZ | 74.51 | 82.22 | 64.17 | - |
| YUV | 231.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 196 | 0.01 | 0 | 0.17 | 0.07 | 62.93 | 0.53 | 0.85 |
| Hex | EB | ED | C4 | 1 | 0 | 11 | 7 | 3F | 35 | 55 |
| Octal | 353 | 355 | 304 | 1 | 0 | 21 | 7 | 77 | 65 | 125 |
| Binary | 11101011 | 11101101 | 11000100 | 1 | 0 | 10001 | 111 | 111111 | 110101 | 1010101 |
Color Harmonies of #EBEDC4
Complementary color
Monochromatic Colors of #EBEDC4
Black with #EBEDC4
Text Example
Text Example
White with #EBEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDC4; }
p { color: rgb(235,237,196); }
H1.HeaderClassName
{
color: #EBEDC4;
}
.AnyTagClassName
{
color: #EBEDC4;
}
</style>
background-color css
<style>
a { background-color: #EBEDC4; }
a { background-color: rgb(235,237,196); }
div.DivClassName
{
background-color: #EBEDC4;
}
.BgClassName
{
background-color: #EBEDC4;
}
</style>
border-color css
<style>
span { border-color: #EBEDC4; }
span { border-color: rgb(235,237,196); }
td.TdClassName
{
border-color: #EBEDC4;
}
.TagClassName
{
border-color: #EBEDC4;
}
</style>