Shades of Spring Sun #EDECBE
Tints of Spring Sun #EDECBE
RGB
CMYK
RGB Variations
Color information
#EDECBE (or 0xEDECBE) is known color: Spring Sun. HEX triplet: ED, EC and BE. RGB value is (237,236,190). Sum of RGB (Red+Green+Blue) = 237+236+190=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBE is #121341. Grayscale: #E7E7E7. Windows color (decimal): -1184578 or 12512493. OLE color: 12512493.
HSL color Cylindrical-coordinate representation of color #EDECBE: hue angle of 58.72º 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 #EDECBE is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 190 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.07 |
| HSL | 58.72º | 0.57% | 0.84% | - |
| HSV(B) | 58.72º | 0.2% | 0.93% | - |
| XYZ | 74.21 | 81.71 | 60.58 | - |
| YUV | 231.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 190 | 0 | 0.00 | 0.20 | 0.07 | 58.72 | 0.57 | 0.84 |
| Hex | ED | EC | BE | 0 | 0 | 14 | 7 | 3B | 39 | 54 |
| Octal | 355 | 354 | 276 | 0 | 0 | 24 | 7 | 73 | 71 | 124 |
| Binary | 11101101 | 11101100 | 10111110 | 0 | 0 | 10100 | 111 | 111011 | 111001 | 1010100 |
Color Harmonies of #EDECBE
Complementary color
Monochromatic Colors of #EDECBE
Black with #EDECBE
Text Example
Text Example
White with #EDECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECBE; }
p { color: rgb(237,236,190); }
H1.HeaderClassName
{
color: #EDECBE;
}
.AnyTagClassName
{
color: #EDECBE;
}
</style>
background-color css
<style>
a { background-color: #EDECBE; }
a { background-color: rgb(237,236,190); }
div.DivClassName
{
background-color: #EDECBE;
}
.BgClassName
{
background-color: #EDECBE;
}
</style>
border-color css
<style>
span { border-color: #EDECBE; }
span { border-color: rgb(237,236,190); }
td.TdClassName
{
border-color: #EDECBE;
}
.TagClassName
{
border-color: #EDECBE;
}
</style>