Shades of Spring Sun #EEEEBD
Tints of Spring Sun #EEEEBD
RGB
CMYK
RGB Variations
Color information
#EEEEBD (or 0xEEEEBD) is known color: Spring Sun. HEX triplet: EE, EE and BD. RGB value is (238,238,189). Sum of RGB (Red+Green+Blue) = 238+238+189=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEBD is #111142. Grayscale: #E8E8E8. Windows color (decimal): -1118531 or 12447470. OLE color: 12447470.
HSL color Cylindrical-coordinate representation of color #EEEEBD: hue angle of 60º 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 #EEEEBD is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 189 | - |
| CMYK | 0 | 0 | 0.21 | 0.07 |
| HSL | 60º | 0.59% | 0.84% | - |
| HSV(B) | 60º | 0.21% | 0.93% | - |
| XYZ | 75.02 | 83 | 60.21 | - |
| YUV | 232.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 189 | 0 | 0 | 0.21 | 0.07 | 60 | 0.59 | 0.84 |
| Hex | EE | EE | BD | 0 | 0 | 15 | 7 | 3C | 3B | 54 |
| Octal | 356 | 356 | 275 | 0 | 0 | 25 | 7 | 74 | 73 | 124 |
| Binary | 11101110 | 11101110 | 10111101 | 0 | 0 | 10101 | 111 | 111100 | 111011 | 1010100 |
Color Harmonies of #EEEEBD
Complementary color
Monochromatic Colors of #EEEEBD
Black with #EEEEBD
Text Example
Text Example
White with #EEEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEEBD; }
p { color: rgb(238,238,189); }
H1.HeaderClassName
{
color: #EEEEBD;
}
.AnyTagClassName
{
color: #EEEEBD;
}
</style>
background-color css
<style>
a { background-color: #EEEEBD; }
a { background-color: rgb(238,238,189); }
div.DivClassName
{
background-color: #EEEEBD;
}
.BgClassName
{
background-color: #EEEEBD;
}
</style>
border-color css
<style>
span { border-color: #EEEEBD; }
span { border-color: rgb(238,238,189); }
td.TdClassName
{
border-color: #EEEEBD;
}
.TagClassName
{
border-color: #EEEEBD;
}
</style>