Shades of Spring Sun #EEEDBF
Tints of Spring Sun #EEEDBF
RGB
CMYK
RGB Variations
Color information
#EEEDBF (or 0xEEEDBF) is known color: Spring Sun. HEX triplet: EE, ED and BF. RGB value is (238,237,191). Sum of RGB (Red+Green+Blue) = 238+237+191=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDBF is #111240. Grayscale: #E8E8E8. Windows color (decimal): -1118785 or 12578286. OLE color: 12578286.
HSL color Cylindrical-coordinate representation of color #EEEDBF: hue angle of 58.72º degrees, saturation: 0.58, 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 #EEEDBF is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 191 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.07 |
| HSL | 58.72º | 0.58% | 0.84% | - |
| HSV(B) | 58.72º | 0.2% | 0.93% | - |
| XYZ | 74.95 | 82.51 | 61.27 | - |
| YUV | 232.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 191 | 0 | 0.00 | 0.20 | 0.07 | 58.72 | 0.58 | 0.84 |
| Hex | EE | ED | BF | 0 | 0 | 14 | 7 | 3B | 3A | 54 |
| Octal | 356 | 355 | 277 | 0 | 0 | 24 | 7 | 73 | 72 | 124 |
| Binary | 11101110 | 11101101 | 10111111 | 0 | 0 | 10100 | 111 | 111011 | 111010 | 1010100 |
Color Harmonies of #EEEDBF
Complementary color
Monochromatic Colors of #EEEDBF
Black with #EEEDBF
Text Example
Text Example
White with #EEEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDBF; }
p { color: rgb(238,237,191); }
H1.HeaderClassName
{
color: #EEEDBF;
}
.AnyTagClassName
{
color: #EEEDBF;
}
</style>
background-color css
<style>
a { background-color: #EEEDBF; }
a { background-color: rgb(238,237,191); }
div.DivClassName
{
background-color: #EEEDBF;
}
.BgClassName
{
background-color: #EEEDBF;
}
</style>
border-color css
<style>
span { border-color: #EEEDBF; }
span { border-color: rgb(238,237,191); }
td.TdClassName
{
border-color: #EEEDBF;
}
.TagClassName
{
border-color: #EEEDBF;
}
</style>