Shades of Spring Sun #EDECCD
Tints of Spring Sun #EDECCD
RGB
CMYK
RGB Variations
Color information
#EDECCD (or 0xEDECCD) is known color: Spring Sun. HEX triplet: ED, EC and CD. RGB value is (237,236,205). Sum of RGB (Red+Green+Blue) = 237+236+205=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECCD is #121332. Grayscale: #E8E8E8. Windows color (decimal): -1184563 or 13495533. OLE color: 13495533.
HSL color Cylindrical-coordinate representation of color #EDECCD: hue angle of 58.12º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDECCD is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 205 | - |
CMYK | 0 | 0.00 | 0.14 | 0.07 |
HSL | 58.13º | 0.47% | 0.87% | - |
HSV(B) | 58.13º | 0.14% | 0.93% | - |
XYZ | 75.94 | 82.4 | 69.66 | - |
YUV | 232.77 | 112.33 | 131.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 205 | 0 | 0.00 | 0.14 | 0.07 | 58.13 | 0.47 | 0.87 |
Hex | ED | EC | CD | 0 | 0 | E | 7 | 3A | 2F | 57 |
Octal | 355 | 354 | 315 | 0 | 0 | 16 | 7 | 72 | 57 | 127 |
Binary | 11101101 | 11101100 | 11001101 | 0 | 0 | 1110 | 111 | 111010 | 101111 | 1010111 |
Color Harmonies of #EDECCD
Complementary color
Monochromatic Colors of #EDECCD
Black with #EDECCD
Text Example
Text Example
White with #EDECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECCD; }
p { color: rgb(237,236,205); }
H1.HeaderClassName
{
color: #EDECCD;
}
.AnyTagClassName
{
color: #EDECCD;
}
</style>
background-color css
<style>
a { background-color: #EDECCD; }
a { background-color: rgb(237,236,205); }
div.DivClassName
{
background-color: #EDECCD;
}
.BgClassName
{
background-color: #EDECCD;
}
</style>
border-color css
<style>
span { border-color: #EDECCD; }
span { border-color: rgb(237,236,205); }
td.TdClassName
{
border-color: #EDECCD;
}
.TagClassName
{
border-color: #EDECCD;
}
</style>