Shades of Spring Sun #EDECBD
Tints of Spring Sun #EDECBD
RGB
CMYK
RGB Variations
Color information
#EDECBD (or 0xEDECBD) is known color: Spring Sun. HEX triplet: ED, EC and BD. RGB value is (237,236,189). Sum of RGB (Red+Green+Blue) = 237+236+189=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBD is #121342. Grayscale: #E7E7E7. Windows color (decimal): -1184579 or 12446957. OLE color: 12446957.
HSL color Cylindrical-coordinate representation of color #EDECBD: hue angle of 58.75º 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 #EDECBD is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 189 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.07 |
| HSL | 58.75º | 0.57% | 0.84% | - |
| HSV(B) | 58.75º | 0.2% | 0.93% | - |
| XYZ | 74.11 | 81.67 | 60 | - |
| YUV | 230.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 189 | 0 | 0.00 | 0.20 | 0.07 | 58.75 | 0.57 | 0.84 |
| Hex | ED | EC | BD | 0 | 0 | 14 | 7 | 3B | 39 | 54 |
| Octal | 355 | 354 | 275 | 0 | 0 | 24 | 7 | 73 | 71 | 124 |
| Binary | 11101101 | 11101100 | 10111101 | 0 | 0 | 10100 | 111 | 111011 | 111001 | 1010100 |
Color Harmonies of #EDECBD
Complementary color
Monochromatic Colors of #EDECBD
Black with #EDECBD
Text Example
Text Example
White with #EDECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECBD; }
p { color: rgb(237,236,189); }
H1.HeaderClassName
{
color: #EDECBD;
}
.AnyTagClassName
{
color: #EDECBD;
}
</style>
background-color css
<style>
a { background-color: #EDECBD; }
a { background-color: rgb(237,236,189); }
div.DivClassName
{
background-color: #EDECBD;
}
.BgClassName
{
background-color: #EDECBD;
}
</style>
border-color css
<style>
span { border-color: #EDECBD; }
span { border-color: rgb(237,236,189); }
td.TdClassName
{
border-color: #EDECBD;
}
.TagClassName
{
border-color: #EDECBD;
}
</style>