Shades of Cumulus #EFECBA
Tints of Cumulus #EFECBA
RGB
CMYK
RGB Variations
Color information
#EFECBA (or 0xEFECBA) is known color: Cumulus. HEX triplet: EF, EC and BA. RGB value is (239,236,186). Sum of RGB (Red+Green+Blue) = 239+236+186=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECBA is #101345. Grayscale: #E7E7E7. Windows color (decimal): -1053510 or 12250351. OLE color: 12250351.
HSL color Cylindrical-coordinate representation of color #EFECBA: hue angle of 56.6º 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 #EFECBA is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 186 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.06 |
| HSL | 56.6º | 0.62% | 0.83% | - |
| HSV(B) | 56.6º | 0.22% | 0.94% | - |
| XYZ | 74.45 | 81.89 | 58.34 | - |
| YUV | 231.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 186 | 0 | 0.01 | 0.22 | 0.06 | 56.6 | 0.62 | 0.83 |
| Hex | EF | EC | BA | 0 | 1 | 16 | 6 | 39 | 3E | 53 |
| Octal | 357 | 354 | 272 | 0 | 1 | 26 | 6 | 71 | 76 | 123 |
| Binary | 11101111 | 11101100 | 10111010 | 0 | 1 | 10110 | 110 | 111001 | 111110 | 1010011 |
Color Harmonies of #EFECBA
Complementary color
Monochromatic Colors of #EFECBA
Black with #EFECBA
Text Example
Text Example
White with #EFECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECBA; }
p { color: rgb(239,236,186); }
H1.HeaderClassName
{
color: #EFECBA;
}
.AnyTagClassName
{
color: #EFECBA;
}
</style>
background-color css
<style>
a { background-color: #EFECBA; }
a { background-color: rgb(239,236,186); }
div.DivClassName
{
background-color: #EFECBA;
}
.BgClassName
{
background-color: #EFECBA;
}
</style>
border-color css
<style>
span { border-color: #EFECBA; }
span { border-color: rgb(239,236,186); }
td.TdClassName
{
border-color: #EFECBA;
}
.TagClassName
{
border-color: #EFECBA;
}
</style>