Shades of Cumulus #EFEEBB
Tints of Cumulus #EFEEBB
RGB
CMYK
RGB Variations
Color information
#EFEEBB (or 0xEFEEBB) is known color: Cumulus. HEX triplet: EF, EE and BB. RGB value is (239,238,187). Sum of RGB (Red+Green+Blue) = 239+238+187=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 187 (73.44% from 255 or 28.16% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEBB is #101144. Grayscale: #E8E8E8. Windows color (decimal): -1052997 or 12316399. OLE color: 12316399.
HSL color Cylindrical-coordinate representation of color #EFEEBB: hue angle of 58.85º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFEEBB is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 187 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.06 |
| HSL | 58.85º | 0.62% | 0.84% | - |
| HSV(B) | 58.85º | 0.22% | 0.94% | - |
| XYZ | 75.14 | 83.09 | 59.09 | - |
| YUV | 232.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 187 | 0 | 0.00 | 0.22 | 0.06 | 58.85 | 0.62 | 0.84 |
| Hex | EF | EE | BB | 0 | 0 | 16 | 6 | 3B | 3E | 54 |
| Octal | 357 | 356 | 273 | 0 | 0 | 26 | 6 | 73 | 76 | 124 |
| Binary | 11101111 | 11101110 | 10111011 | 0 | 0 | 10110 | 110 | 111011 | 111110 | 1010100 |
Color Harmonies of #EFEEBB
Complementary color
Monochromatic Colors of #EFEEBB
Black with #EFEEBB
Text Example
Text Example
White with #EFEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEBB; }
p { color: rgb(239,238,187); }
H1.HeaderClassName
{
color: #EFEEBB;
}
.AnyTagClassName
{
color: #EFEEBB;
}
</style>
background-color css
<style>
a { background-color: #EFEEBB; }
a { background-color: rgb(239,238,187); }
div.DivClassName
{
background-color: #EFEEBB;
}
.BgClassName
{
background-color: #EFEEBB;
}
</style>
border-color css
<style>
span { border-color: #EFEEBB; }
span { border-color: rgb(239,238,187); }
td.TdClassName
{
border-color: #EFEEBB;
}
.TagClassName
{
border-color: #EFEEBB;
}
</style>