Shades of Spring Sun #ECEDCD
Tints of Spring Sun #ECEDCD
RGB
CMYK
RGB Variations
Color information
#ECEDCD (or 0xECEDCD) is known color: Spring Sun. HEX triplet: EC, ED and CD. RGB value is (236,237,205). Sum of RGB (Red+Green+Blue) = 236+237+205=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDCD is #131232. Grayscale: #E9E9E9. Windows color (decimal): -1249843 or 13495788. OLE color: 13495788.
HSL color Cylindrical-coordinate representation of color #ECEDCD: hue angle of 61.88º 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 #ECEDCD is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 205 | - |
CMYK | 0.00 | 0 | 0.14 | 0.07 |
HSL | 61.88º | 0.47% | 0.87% | - |
HSV(B) | 61.88º | 0.14% | 0.93% | - |
XYZ | 75.9 | 82.81 | 69.74 | - |
YUV | 233.05 | 112.17 | 130.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 205 | 0.00 | 0 | 0.14 | 0.07 | 61.88 | 0.47 | 0.87 |
Hex | EC | ED | CD | 0 | 0 | E | 7 | 3E | 2F | 57 |
Octal | 354 | 355 | 315 | 0 | 0 | 16 | 7 | 76 | 57 | 127 |
Binary | 11101100 | 11101101 | 11001101 | 0 | 0 | 1110 | 111 | 111110 | 101111 | 1010111 |
Color Harmonies of #ECEDCD
Complementary color
Monochromatic Colors of #ECEDCD
Black with #ECEDCD
Text Example
Text Example
White with #ECEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDCD; }
p { color: rgb(236,237,205); }
H1.HeaderClassName
{
color: #ECEDCD;
}
.AnyTagClassName
{
color: #ECEDCD;
}
</style>
background-color css
<style>
a { background-color: #ECEDCD; }
a { background-color: rgb(236,237,205); }
div.DivClassName
{
background-color: #ECEDCD;
}
.BgClassName
{
background-color: #ECEDCD;
}
</style>
border-color css
<style>
span { border-color: #ECEDCD; }
span { border-color: rgb(236,237,205); }
td.TdClassName
{
border-color: #ECEDCD;
}
.TagClassName
{
border-color: #ECEDCD;
}
</style>