Shades of Spring Sun #EDEBC7
Tints of Spring Sun #EDEBC7
RGB
CMYK
RGB Variations
Color information
#EDEBC7 (or 0xEDEBC7) is known color: Spring Sun. HEX triplet: ED, EB and C7. RGB value is (237,235,199). Sum of RGB (Red+Green+Blue) = 237+235+199=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBC7 is #121438. Grayscale: #E7E7E7. Windows color (decimal): -1184825 or 13102061. OLE color: 13102061.
HSL color Cylindrical-coordinate representation of color #EDEBC7: hue angle of 56.84º 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 #EDEBC7 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 199 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.07 |
| HSL | 56.84º | 0.51% | 0.85% | - |
| HSV(B) | 56.84º | 0.16% | 0.93% | - |
| XYZ | 74.94 | 81.54 | 65.82 | - |
| YUV | 231.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 199 | 0 | 0.01 | 0.16 | 0.07 | 56.84 | 0.51 | 0.85 |
| Hex | ED | EB | C7 | 0 | 1 | 10 | 7 | 39 | 33 | 55 |
| Octal | 355 | 353 | 307 | 0 | 1 | 20 | 7 | 71 | 63 | 125 |
| Binary | 11101101 | 11101011 | 11000111 | 0 | 1 | 10000 | 111 | 111001 | 110011 | 1010101 |
Color Harmonies of #EDEBC7
Complementary color
Monochromatic Colors of #EDEBC7
Black with #EDEBC7
Text Example
Text Example
White with #EDEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBC7; }
p { color: rgb(237,235,199); }
H1.HeaderClassName
{
color: #EDEBC7;
}
.AnyTagClassName
{
color: #EDEBC7;
}
</style>
background-color css
<style>
a { background-color: #EDEBC7; }
a { background-color: rgb(237,235,199); }
div.DivClassName
{
background-color: #EDEBC7;
}
.BgClassName
{
background-color: #EDEBC7;
}
</style>
border-color css
<style>
span { border-color: #EDEBC7; }
span { border-color: rgb(237,235,199); }
td.TdClassName
{
border-color: #EDEBC7;
}
.TagClassName
{
border-color: #EDEBC7;
}
</style>