Shades of Spring Sun #EDEEBE
Tints of Spring Sun #EDEEBE
RGB
CMYK
RGB Variations
Color information
#EDEEBE (or 0xEDEEBE) is known color: Spring Sun. HEX triplet: ED, EE and BE. RGB value is (237,238,190). Sum of RGB (Red+Green+Blue) = 237+238+190=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEBE is #121141. Grayscale: #E8E8E8. Windows color (decimal): -1184066 or 12513005. OLE color: 12513005.
HSL color Cylindrical-coordinate representation of color #EDEEBE: hue angle of 61.25º degrees, saturation: 0.59, 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 #EDEEBE is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 190 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.07 |
| HSL | 61.25º | 0.59% | 0.84% | - |
| HSV(B) | 61.25º | 0.2% | 0.93% | - |
| XYZ | 74.79 | 82.87 | 60.77 | - |
| YUV | 232.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 190 | 0.00 | 0 | 0.20 | 0.07 | 61.25 | 0.59 | 0.84 |
| Hex | ED | EE | BE | 0 | 0 | 14 | 7 | 3D | 3B | 54 |
| Octal | 355 | 356 | 276 | 0 | 0 | 24 | 7 | 75 | 73 | 124 |
| Binary | 11101101 | 11101110 | 10111110 | 0 | 0 | 10100 | 111 | 111101 | 111011 | 1010100 |
Color Harmonies of #EDEEBE
Complementary color
Monochromatic Colors of #EDEEBE
Black with #EDEEBE
Text Example
Text Example
White with #EDEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEBE; }
p { color: rgb(237,238,190); }
H1.HeaderClassName
{
color: #EDEEBE;
}
.AnyTagClassName
{
color: #EDEEBE;
}
</style>
background-color css
<style>
a { background-color: #EDEEBE; }
a { background-color: rgb(237,238,190); }
div.DivClassName
{
background-color: #EDEEBE;
}
.BgClassName
{
background-color: #EDEEBE;
}
</style>
border-color css
<style>
span { border-color: #EDEEBE; }
span { border-color: rgb(237,238,190); }
td.TdClassName
{
border-color: #EDEEBE;
}
.TagClassName
{
border-color: #EDEEBE;
}
</style>