Shades of Cumulus #EFECBC
Tints of Cumulus #EFECBC
RGB
CMYK
RGB Variations
Color information
#EFECBC (or 0xEFECBC) is known color: Cumulus. HEX triplet: EF, EC and BC. RGB value is (239,236,188). Sum of RGB (Red+Green+Blue) = 239+236+188=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECBC is #101343. Grayscale: #E7E7E7. Windows color (decimal): -1053508 or 12381423. OLE color: 12381423.
HSL color Cylindrical-coordinate representation of color #EFECBC: hue angle of 56.47º 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 #EFECBC is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 188 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.06 |
| HSL | 56.47º | 0.61% | 0.84% | - |
| HSV(B) | 56.47º | 0.21% | 0.94% | - |
| XYZ | 74.67 | 81.97 | 59.46 | - |
| YUV | 231.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 188 | 0 | 0.01 | 0.21 | 0.06 | 56.47 | 0.61 | 0.84 |
| Hex | EF | EC | BC | 0 | 1 | 15 | 6 | 38 | 3D | 54 |
| Octal | 357 | 354 | 274 | 0 | 1 | 25 | 6 | 70 | 75 | 124 |
| Binary | 11101111 | 11101100 | 10111100 | 0 | 1 | 10101 | 110 | 111000 | 111101 | 1010100 |
Color Harmonies of #EFECBC
Complementary color
Monochromatic Colors of #EFECBC
Black with #EFECBC
Text Example
Text Example
White with #EFECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECBC; }
p { color: rgb(239,236,188); }
H1.HeaderClassName
{
color: #EFECBC;
}
.AnyTagClassName
{
color: #EFECBC;
}
</style>
background-color css
<style>
a { background-color: #EFECBC; }
a { background-color: rgb(239,236,188); }
div.DivClassName
{
background-color: #EFECBC;
}
.BgClassName
{
background-color: #EFECBC;
}
</style>
border-color css
<style>
span { border-color: #EFECBC; }
span { border-color: rgb(239,236,188); }
td.TdClassName
{
border-color: #EFECBC;
}
.TagClassName
{
border-color: #EFECBC;
}
</style>