Shades of Spring Sun #ECEDD0
Tints of Spring Sun #ECEDD0
RGB
CMYK
RGB Variations
Color information
#ECEDD0 (or 0xECEDD0) is known color: Spring Sun. HEX triplet: EC, ED and D0. RGB value is (236,237,208). Sum of RGB (Red+Green+Blue) = 236+237+208=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDD0 is #13122F. Grayscale: #E9E9E9. Windows color (decimal): -1249840 or 13692396. OLE color: 13692396.
HSL color Cylindrical-coordinate representation of color #ECEDD0: hue angle of 62.07º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECEDD0 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 208 | - |
CMYK | 0.00 | 0 | 0.12 | 0.07 |
HSL | 62.07º | 0.45% | 0.87% | - |
HSV(B) | 62.07º | 0.12% | 0.93% | - |
XYZ | 76.26 | 82.96 | 71.67 | - |
YUV | 233.4 | 113.67 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 208 | 0.00 | 0 | 0.12 | 0.07 | 62.07 | 0.45 | 0.87 |
Hex | EC | ED | D0 | 0 | 0 | C | 7 | 3E | 2D | 57 |
Octal | 354 | 355 | 320 | 0 | 0 | 14 | 7 | 76 | 55 | 127 |
Binary | 11101100 | 11101101 | 11010000 | 0 | 0 | 1100 | 111 | 111110 | 101101 | 1010111 |
Color Harmonies of #ECEDD0
Complementary color
Monochromatic Colors of #ECEDD0
Black with #ECEDD0
Text Example
Text Example
White with #ECEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDD0; }
p { color: rgb(236,237,208); }
H1.HeaderClassName
{
color: #ECEDD0;
}
.AnyTagClassName
{
color: #ECEDD0;
}
</style>
background-color css
<style>
a { background-color: #ECEDD0; }
a { background-color: rgb(236,237,208); }
div.DivClassName
{
background-color: #ECEDD0;
}
.BgClassName
{
background-color: #ECEDD0;
}
</style>
border-color css
<style>
span { border-color: #ECEDD0; }
span { border-color: rgb(236,237,208); }
td.TdClassName
{
border-color: #ECEDD0;
}
.TagClassName
{
border-color: #ECEDD0;
}
</style>