Shades of Spring Sun #ECEDBE
Tints of Spring Sun #ECEDBE
RGB
CMYK
RGB Variations
Color information
#ECEDBE (or 0xECEDBE) is known color: Spring Sun. HEX triplet: EC, ED and BE. RGB value is (236,237,190). Sum of RGB (Red+Green+Blue) = 236+237+190=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDBE is #131241. Grayscale: #E7E7E7. Windows color (decimal): -1249858 or 12512748. OLE color: 12512748.
HSL color Cylindrical-coordinate representation of color #ECEDBE: hue angle of 61.28º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECEDBE is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 190 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.07 |
| HSL | 61.28º | 0.57% | 0.84% | - |
| HSV(B) | 61.28º | 0.2% | 0.93% | - |
| XYZ | 74.17 | 82.12 | 60.66 | - |
| YUV | 231.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 190 | 0.00 | 0 | 0.20 | 0.07 | 61.28 | 0.57 | 0.84 |
| Hex | EC | ED | BE | 0 | 0 | 14 | 7 | 3D | 39 | 54 |
| Octal | 354 | 355 | 276 | 0 | 0 | 24 | 7 | 75 | 71 | 124 |
| Binary | 11101100 | 11101101 | 10111110 | 0 | 0 | 10100 | 111 | 111101 | 111001 | 1010100 |
Color Harmonies of #ECEDBE
Complementary color
Monochromatic Colors of #ECEDBE
Black with #ECEDBE
Text Example
Text Example
White with #ECEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDBE; }
p { color: rgb(236,237,190); }
H1.HeaderClassName
{
color: #ECEDBE;
}
.AnyTagClassName
{
color: #ECEDBE;
}
</style>
background-color css
<style>
a { background-color: #ECEDBE; }
a { background-color: rgb(236,237,190); }
div.DivClassName
{
background-color: #ECEDBE;
}
.BgClassName
{
background-color: #ECEDBE;
}
</style>
border-color css
<style>
span { border-color: #ECEDBE; }
span { border-color: rgb(236,237,190); }
td.TdClassName
{
border-color: #ECEDBE;
}
.TagClassName
{
border-color: #ECEDBE;
}
</style>