Shades of Spring Sun #EDEBBE
Tints of Spring Sun #EDEBBE
RGB
CMYK
RGB Variations
Color information
#EDEBBE (or 0xEDEBBE) is known color: Spring Sun. HEX triplet: ED, EB and BE. RGB value is (237,235,190). Sum of RGB (Red+Green+Blue) = 237+235+190=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBBE is #121441. Grayscale: #E6E6E6. Windows color (decimal): -1184834 or 12512237. OLE color: 12512237.
HSL color Cylindrical-coordinate representation of color #EDEBBE: hue angle of 57.45º 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 #EDEBBE is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 190 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.07 |
| HSL | 57.45º | 0.57% | 0.84% | - |
| HSV(B) | 57.45º | 0.2% | 0.93% | - |
| XYZ | 73.93 | 81.14 | 60.48 | - |
| YUV | 230.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 190 | 0 | 0.01 | 0.20 | 0.07 | 57.45 | 0.57 | 0.84 |
| Hex | ED | EB | BE | 0 | 1 | 14 | 7 | 39 | 39 | 54 |
| Octal | 355 | 353 | 276 | 0 | 1 | 24 | 7 | 71 | 71 | 124 |
| Binary | 11101101 | 11101011 | 10111110 | 0 | 1 | 10100 | 111 | 111001 | 111001 | 1010100 |
Color Harmonies of #EDEBBE
Complementary color
Monochromatic Colors of #EDEBBE
Black with #EDEBBE
Text Example
Text Example
White with #EDEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBBE; }
p { color: rgb(237,235,190); }
H1.HeaderClassName
{
color: #EDEBBE;
}
.AnyTagClassName
{
color: #EDEBBE;
}
</style>
background-color css
<style>
a { background-color: #EDEBBE; }
a { background-color: rgb(237,235,190); }
div.DivClassName
{
background-color: #EDEBBE;
}
.BgClassName
{
background-color: #EDEBBE;
}
</style>
border-color css
<style>
span { border-color: #EDEBBE; }
span { border-color: rgb(237,235,190); }
td.TdClassName
{
border-color: #EDEBBE;
}
.TagClassName
{
border-color: #EDEBBE;
}
</style>