Shades of Spring Sun #EEEDBD
Tints of Spring Sun #EEEDBD
RGB
CMYK
RGB Variations
Color information
#EEEDBD (or 0xEEEDBD) is known color: Spring Sun. HEX triplet: EE, ED and BD. RGB value is (238,237,189). Sum of RGB (Red+Green+Blue) = 238+237+189=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDBD is #111242. Grayscale: #E8E8E8. Windows color (decimal): -1118787 or 12447214. OLE color: 12447214.
HSL color Cylindrical-coordinate representation of color #EEEDBD: hue angle of 58.78º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEEDBD is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 189 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.07 |
| HSL | 58.78º | 0.59% | 0.84% | - |
| HSV(B) | 58.78º | 0.21% | 0.93% | - |
| XYZ | 74.73 | 82.42 | 60.11 | - |
| YUV | 231.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 189 | 0 | 0.00 | 0.21 | 0.07 | 58.78 | 0.59 | 0.84 |
| Hex | EE | ED | BD | 0 | 0 | 15 | 7 | 3B | 3B | 54 |
| Octal | 356 | 355 | 275 | 0 | 0 | 25 | 7 | 73 | 73 | 124 |
| Binary | 11101110 | 11101101 | 10111101 | 0 | 0 | 10101 | 111 | 111011 | 111011 | 1010100 |
Color Harmonies of #EEEDBD
Complementary color
Monochromatic Colors of #EEEDBD
Black with #EEEDBD
Text Example
Text Example
White with #EEEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDBD; }
p { color: rgb(238,237,189); }
H1.HeaderClassName
{
color: #EEEDBD;
}
.AnyTagClassName
{
color: #EEEDBD;
}
</style>
background-color css
<style>
a { background-color: #EEEDBD; }
a { background-color: rgb(238,237,189); }
div.DivClassName
{
background-color: #EEEDBD;
}
.BgClassName
{
background-color: #EEEDBD;
}
</style>
border-color css
<style>
span { border-color: #EEEDBD; }
span { border-color: rgb(238,237,189); }
td.TdClassName
{
border-color: #EEEDBD;
}
.TagClassName
{
border-color: #EEEDBD;
}
</style>