Shades of Cumulus #EEEDBA
Tints of Cumulus #EEEDBA
RGB
CMYK
RGB Variations
Color information
#EEEDBA (or 0xEEEDBA) is known color: Cumulus. HEX triplet: EE, ED and BA. RGB value is (238,237,186). Sum of RGB (Red+Green+Blue) = 238+237+186=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDBA is #111245. Grayscale: #E7E7E7. Windows color (decimal): -1118790 or 12250606. OLE color: 12250606.
HSL color Cylindrical-coordinate representation of color #EEEDBA: hue angle of 58.85º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEEDBA is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 186 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.07 |
| HSL | 58.85º | 0.6% | 0.83% | - |
| HSV(B) | 58.85º | 0.22% | 0.93% | - |
| XYZ | 74.41 | 82.29 | 58.42 | - |
| YUV | 231.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 186 | 0 | 0.00 | 0.22 | 0.07 | 58.85 | 0.6 | 0.83 |
| Hex | EE | ED | BA | 0 | 0 | 16 | 7 | 3B | 3C | 53 |
| Octal | 356 | 355 | 272 | 0 | 0 | 26 | 7 | 73 | 74 | 123 |
| Binary | 11101110 | 11101101 | 10111010 | 0 | 0 | 10110 | 111 | 111011 | 111100 | 1010011 |
Color Harmonies of #EEEDBA
Complementary color
Monochromatic Colors of #EEEDBA
Black with #EEEDBA
Text Example
Text Example
White with #EEEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDBA; }
p { color: rgb(238,237,186); }
H1.HeaderClassName
{
color: #EEEDBA;
}
.AnyTagClassName
{
color: #EEEDBA;
}
</style>
background-color css
<style>
a { background-color: #EEEDBA; }
a { background-color: rgb(238,237,186); }
div.DivClassName
{
background-color: #EEEDBA;
}
.BgClassName
{
background-color: #EEEDBA;
}
</style>
border-color css
<style>
span { border-color: #EEEDBA; }
span { border-color: rgb(238,237,186); }
td.TdClassName
{
border-color: #EEEDBA;
}
.TagClassName
{
border-color: #EEEDBA;
}
</style>