Shades of Spring Sun #ECECD0
Tints of Spring Sun #ECECD0
RGB
CMYK
RGB Variations
Color information
#ECECD0 (or 0xECECD0) is known color: Spring Sun. HEX triplet: EC, EC and D0. RGB value is (236,236,208). Sum of RGB (Red+Green+Blue) = 236+236+208=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECD0 is #13132F. Grayscale: #E8E8E8. Windows color (decimal): -1250096 or 13692140. OLE color: 13692140.
HSL color Cylindrical-coordinate representation of color #ECECD0: hue angle of 60º degrees, saturation: 0.42, 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 #ECECD0 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 208 | - |
CMYK | 0 | 0 | 0.12 | 0.07 |
HSL | 60º | 0.42% | 0.87% | - |
HSV(B) | 60º | 0.12% | 0.93% | - |
XYZ | 75.97 | 82.38 | 71.57 | - |
YUV | 232.81 | 114 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 208 | 0 | 0 | 0.12 | 0.07 | 60 | 0.42 | 0.87 |
Hex | EC | EC | D0 | 0 | 0 | C | 7 | 3C | 2A | 57 |
Octal | 354 | 354 | 320 | 0 | 0 | 14 | 7 | 74 | 52 | 127 |
Binary | 11101100 | 11101100 | 11010000 | 0 | 0 | 1100 | 111 | 111100 | 101010 | 1010111 |
Color Harmonies of #ECECD0
Complementary color
Monochromatic Colors of #ECECD0
Black with #ECECD0
Text Example
Text Example
White with #ECECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECD0; }
p { color: rgb(236,236,208); }
H1.HeaderClassName
{
color: #ECECD0;
}
.AnyTagClassName
{
color: #ECECD0;
}
</style>
background-color css
<style>
a { background-color: #ECECD0; }
a { background-color: rgb(236,236,208); }
div.DivClassName
{
background-color: #ECECD0;
}
.BgClassName
{
background-color: #ECECD0;
}
</style>
border-color css
<style>
span { border-color: #ECECD0; }
span { border-color: rgb(236,236,208); }
td.TdClassName
{
border-color: #ECECD0;
}
.TagClassName
{
border-color: #ECECD0;
}
</style>