Shades of Cumulus #EFEEBA
Tints of Cumulus #EFEEBA
RGB
CMYK
RGB Variations
Color information
#EFEEBA (or 0xEFEEBA) is known color: Cumulus. HEX triplet: EF, EE and BA. RGB value is (239,238,186). Sum of RGB (Red+Green+Blue) = 239+238+186=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEBA is #101145. Grayscale: #E8E8E8. Windows color (decimal): -1052998 or 12250863. OLE color: 12250863.
HSL color Cylindrical-coordinate representation of color #EFEEBA: hue angle of 58.87º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFEEBA is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 186 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.06 |
| HSL | 58.87º | 0.62% | 0.83% | - |
| HSV(B) | 58.87º | 0.22% | 0.94% | - |
| XYZ | 75.03 | 83.04 | 58.53 | - |
| YUV | 232.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 186 | 0 | 0.00 | 0.22 | 0.06 | 58.87 | 0.62 | 0.83 |
| Hex | EF | EE | BA | 0 | 0 | 16 | 6 | 3B | 3E | 53 |
| Octal | 357 | 356 | 272 | 0 | 0 | 26 | 6 | 73 | 76 | 123 |
| Binary | 11101111 | 11101110 | 10111010 | 0 | 0 | 10110 | 110 | 111011 | 111110 | 1010011 |
Color Harmonies of #EFEEBA
Complementary color
Monochromatic Colors of #EFEEBA
Black with #EFEEBA
Text Example
Text Example
White with #EFEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEBA; }
p { color: rgb(239,238,186); }
H1.HeaderClassName
{
color: #EFEEBA;
}
.AnyTagClassName
{
color: #EFEEBA;
}
</style>
background-color css
<style>
a { background-color: #EFEEBA; }
a { background-color: rgb(239,238,186); }
div.DivClassName
{
background-color: #EFEEBA;
}
.BgClassName
{
background-color: #EFEEBA;
}
</style>
border-color css
<style>
span { border-color: #EFEEBA; }
span { border-color: rgb(239,238,186); }
td.TdClassName
{
border-color: #EFEEBA;
}
.TagClassName
{
border-color: #EFEEBA;
}
</style>