Shades of Spring Sun #EDEBC8
Tints of Spring Sun #EDEBC8
RGB
CMYK
RGB Variations
Color information
#EDEBC8 (or 0xEDEBC8) is known color: Spring Sun. HEX triplet: ED, EB and C8. RGB value is (237,235,200). Sum of RGB (Red+Green+Blue) = 237+235+200=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBC8 is #121437. Grayscale: #E7E7E7. Windows color (decimal): -1184824 or 13167597. OLE color: 13167597.
HSL color Cylindrical-coordinate representation of color #EDEBC8: hue angle of 56.76º 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 #EDEBC8 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 200 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.07 |
| HSL | 56.76º | 0.51% | 0.86% | - |
| HSV(B) | 56.76º | 0.16% | 0.93% | - |
| XYZ | 75.06 | 81.59 | 66.44 | - |
| YUV | 231.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 200 | 0 | 0.01 | 0.16 | 0.07 | 56.76 | 0.51 | 0.86 |
| Hex | ED | EB | C8 | 0 | 1 | 10 | 7 | 39 | 33 | 56 |
| Octal | 355 | 353 | 310 | 0 | 1 | 20 | 7 | 71 | 63 | 126 |
| Binary | 11101101 | 11101011 | 11001000 | 0 | 1 | 10000 | 111 | 111001 | 110011 | 1010110 |
Color Harmonies of #EDEBC8
Complementary color
Monochromatic Colors of #EDEBC8
Black with #EDEBC8
Text Example
Text Example
White with #EDEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBC8; }
p { color: rgb(237,235,200); }
H1.HeaderClassName
{
color: #EDEBC8;
}
.AnyTagClassName
{
color: #EDEBC8;
}
</style>
background-color css
<style>
a { background-color: #EDEBC8; }
a { background-color: rgb(237,235,200); }
div.DivClassName
{
background-color: #EDEBC8;
}
.BgClassName
{
background-color: #EDEBC8;
}
</style>
border-color css
<style>
span { border-color: #EDEBC8; }
span { border-color: rgb(237,235,200); }
td.TdClassName
{
border-color: #EDEBC8;
}
.TagClassName
{
border-color: #EDEBC8;
}
</style>