Shades of Spring Sun #EDEBC6
Tints of Spring Sun #EDEBC6
RGB
CMYK
RGB Variations
Color information
#EDEBC6 (or 0xEDEBC6) is known color: Spring Sun. HEX triplet: ED, EB and C6. RGB value is (237,235,198). Sum of RGB (Red+Green+Blue) = 237+235+198=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBC6 is #121439. Grayscale: #E7E7E7. Windows color (decimal): -1184826 or 13036525. OLE color: 13036525.
HSL color Cylindrical-coordinate representation of color #EDEBC6: hue angle of 56.92º degrees, saturation: 0.52, 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 #EDEBC6 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 198 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.07 |
| HSL | 56.92º | 0.52% | 0.85% | - |
| HSV(B) | 56.92º | 0.16% | 0.93% | - |
| XYZ | 74.83 | 81.5 | 65.21 | - |
| YUV | 231.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 198 | 0 | 0.01 | 0.16 | 0.07 | 56.92 | 0.52 | 0.85 |
| Hex | ED | EB | C6 | 0 | 1 | 10 | 7 | 39 | 34 | 55 |
| Octal | 355 | 353 | 306 | 0 | 1 | 20 | 7 | 71 | 64 | 125 |
| Binary | 11101101 | 11101011 | 11000110 | 0 | 1 | 10000 | 111 | 111001 | 110100 | 1010101 |
Color Harmonies of #EDEBC6
Complementary color
Monochromatic Colors of #EDEBC6
Black with #EDEBC6
Text Example
Text Example
White with #EDEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBC6; }
p { color: rgb(237,235,198); }
H1.HeaderClassName
{
color: #EDEBC6;
}
.AnyTagClassName
{
color: #EDEBC6;
}
</style>
background-color css
<style>
a { background-color: #EDEBC6; }
a { background-color: rgb(237,235,198); }
div.DivClassName
{
background-color: #EDEBC6;
}
.BgClassName
{
background-color: #EDEBC6;
}
</style>
border-color css
<style>
span { border-color: #EDEBC6; }
span { border-color: rgb(237,235,198); }
td.TdClassName
{
border-color: #EDEBC6;
}
.TagClassName
{
border-color: #EDEBC6;
}
</style>