Shades of Spring Sun #EDECBC
Tints of Spring Sun #EDECBC
RGB
CMYK
RGB Variations
Color information
#EDECBC (or 0xEDECBC) is known color: Spring Sun. HEX triplet: ED, EC and BC. RGB value is (237,236,188). Sum of RGB (Red+Green+Blue) = 237+236+188=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBC is #121343. Grayscale: #E7E7E7. Windows color (decimal): -1184580 or 12381421. OLE color: 12381421.
HSL color Cylindrical-coordinate representation of color #EDECBC: hue angle of 58.78º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDECBC is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 188 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.07 |
| HSL | 58.78º | 0.58% | 0.83% | - |
| HSV(B) | 58.78º | 0.21% | 0.93% | - |
| XYZ | 74 | 81.63 | 59.43 | - |
| YUV | 230.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 188 | 0 | 0.00 | 0.21 | 0.07 | 58.78 | 0.58 | 0.83 |
| Hex | ED | EC | BC | 0 | 0 | 15 | 7 | 3B | 3A | 53 |
| Octal | 355 | 354 | 274 | 0 | 0 | 25 | 7 | 73 | 72 | 123 |
| Binary | 11101101 | 11101100 | 10111100 | 0 | 0 | 10101 | 111 | 111011 | 111010 | 1010011 |
Color Harmonies of #EDECBC
Complementary color
Monochromatic Colors of #EDECBC
Black with #EDECBC
Text Example
Text Example
White with #EDECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECBC; }
p { color: rgb(237,236,188); }
H1.HeaderClassName
{
color: #EDECBC;
}
.AnyTagClassName
{
color: #EDECBC;
}
</style>
background-color css
<style>
a { background-color: #EDECBC; }
a { background-color: rgb(237,236,188); }
div.DivClassName
{
background-color: #EDECBC;
}
.BgClassName
{
background-color: #EDECBC;
}
</style>
border-color css
<style>
span { border-color: #EDECBC; }
span { border-color: rgb(237,236,188); }
td.TdClassName
{
border-color: #EDECBC;
}
.TagClassName
{
border-color: #EDECBC;
}
</style>