Shades of Spring Sun #EDEDCE
Tints of Spring Sun #EDEDCE
RGB
CMYK
RGB Variations
Color information
#EDEDCE (or 0xEDEDCE) is known color: Spring Sun. HEX triplet: ED, ED and CE. RGB value is (237,237,206). Sum of RGB (Red+Green+Blue) = 237+237+206=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDCE is #121231. Grayscale: #E9E9E9. Windows color (decimal): -1184306 or 13561325. OLE color: 13561325.
HSL color Cylindrical-coordinate representation of color #EDEDCE: hue angle of 60º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDEDCE is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 206 | - |
| CMYK | 0 | 0 | 0.13 | 0.07 |
| HSL | 60º | 0.46% | 0.87% | - |
| HSV(B) | 60º | 0.13% | 0.93% | - |
| XYZ | 76.35 | 83.03 | 70.39 | - |
| YUV | 233.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 206 | 0 | 0 | 0.13 | 0.07 | 60 | 0.46 | 0.87 |
| Hex | ED | ED | CE | 0 | 0 | D | 7 | 3C | 2E | 57 |
| Octal | 355 | 355 | 316 | 0 | 0 | 15 | 7 | 74 | 56 | 127 |
| Binary | 11101101 | 11101101 | 11001110 | 0 | 0 | 1101 | 111 | 111100 | 101110 | 1010111 |
Color Harmonies of #EDEDCE
Complementary color
Monochromatic Colors of #EDEDCE
Black with #EDEDCE
Text Example
Text Example
White with #EDEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDCE; }
p { color: rgb(237,237,206); }
H1.HeaderClassName
{
color: #EDEDCE;
}
.AnyTagClassName
{
color: #EDEDCE;
}
</style>
background-color css
<style>
a { background-color: #EDEDCE; }
a { background-color: rgb(237,237,206); }
div.DivClassName
{
background-color: #EDEDCE;
}
.BgClassName
{
background-color: #EDEDCE;
}
</style>
border-color css
<style>
span { border-color: #EDEDCE; }
span { border-color: rgb(237,237,206); }
td.TdClassName
{
border-color: #EDEDCE;
}
.TagClassName
{
border-color: #EDEDCE;
}
</style>