Shades of Cumulus #EFECBB
Tints of Cumulus #EFECBB
RGB
CMYK
RGB Variations
Color information
#EFECBB (or 0xEFECBB) is known color: Cumulus. HEX triplet: EF, EC and BB. RGB value is (239,236,187). Sum of RGB (Red+Green+Blue) = 239+236+187=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECBB is #101344. Grayscale: #E7E7E7. Windows color (decimal): -1053509 or 12315887. OLE color: 12315887.
HSL color Cylindrical-coordinate representation of color #EFECBB: hue angle of 56.54º 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 #EFECBB is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 187 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.06 |
| HSL | 56.54º | 0.62% | 0.84% | - |
| HSV(B) | 56.54º | 0.22% | 0.94% | - |
| XYZ | 74.56 | 81.93 | 58.9 | - |
| YUV | 231.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 187 | 0 | 0.01 | 0.22 | 0.06 | 56.54 | 0.62 | 0.84 |
| Hex | EF | EC | BB | 0 | 1 | 16 | 6 | 39 | 3E | 54 |
| Octal | 357 | 354 | 273 | 0 | 1 | 26 | 6 | 71 | 76 | 124 |
| Binary | 11101111 | 11101100 | 10111011 | 0 | 1 | 10110 | 110 | 111001 | 111110 | 1010100 |
Color Harmonies of #EFECBB
Complementary color
Monochromatic Colors of #EFECBB
Black with #EFECBB
Text Example
Text Example
White with #EFECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECBB; }
p { color: rgb(239,236,187); }
H1.HeaderClassName
{
color: #EFECBB;
}
.AnyTagClassName
{
color: #EFECBB;
}
</style>
background-color css
<style>
a { background-color: #EFECBB; }
a { background-color: rgb(239,236,187); }
div.DivClassName
{
background-color: #EFECBB;
}
.BgClassName
{
background-color: #EFECBB;
}
</style>
border-color css
<style>
span { border-color: #EFECBB; }
span { border-color: rgb(239,236,187); }
td.TdClassName
{
border-color: #EFECBB;
}
.TagClassName
{
border-color: #EFECBB;
}
</style>