Shades of Cumulus #EFECBD
Tints of Cumulus #EFECBD
RGB
CMYK
RGB Variations
Color information
#EFECBD (or 0xEFECBD) is known color: Cumulus. HEX triplet: EF, EC and BD. RGB value is (239,236,189). Sum of RGB (Red+Green+Blue) = 239+236+189=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECBD is #101342. Grayscale: #E7E7E7. Windows color (decimal): -1053507 or 12446959. OLE color: 12446959.
HSL color Cylindrical-coordinate representation of color #EFECBD: hue angle of 56.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFECBD is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 189 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.06 |
| HSL | 56.4º | 0.61% | 0.84% | - |
| HSV(B) | 56.4º | 0.21% | 0.94% | - |
| XYZ | 74.78 | 82.02 | 60.03 | - |
| YUV | 231.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 189 | 0 | 0.01 | 0.21 | 0.06 | 56.4 | 0.61 | 0.84 |
| Hex | EF | EC | BD | 0 | 1 | 15 | 6 | 38 | 3D | 54 |
| Octal | 357 | 354 | 275 | 0 | 1 | 25 | 6 | 70 | 75 | 124 |
| Binary | 11101111 | 11101100 | 10111101 | 0 | 1 | 10101 | 110 | 111000 | 111101 | 1010100 |
Color Harmonies of #EFECBD
Complementary color
Monochromatic Colors of #EFECBD
Black with #EFECBD
Text Example
Text Example
White with #EFECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECBD; }
p { color: rgb(239,236,189); }
H1.HeaderClassName
{
color: #EFECBD;
}
.AnyTagClassName
{
color: #EFECBD;
}
</style>
background-color css
<style>
a { background-color: #EFECBD; }
a { background-color: rgb(239,236,189); }
div.DivClassName
{
background-color: #EFECBD;
}
.BgClassName
{
background-color: #EFECBD;
}
</style>
border-color css
<style>
span { border-color: #EFECBD; }
span { border-color: rgb(239,236,189); }
td.TdClassName
{
border-color: #EFECBD;
}
.TagClassName
{
border-color: #EFECBD;
}
</style>