Shades of Cumulus #EFEBBC
Tints of Cumulus #EFEBBC
RGB
CMYK
RGB Variations
Color information
#EFEBBC (or 0xEFEBBC) is known color: Cumulus. HEX triplet: EF, EB and BC. RGB value is (239,235,188). Sum of RGB (Red+Green+Blue) = 239+235+188=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBBC is #101443. Grayscale: #E7E7E7. Windows color (decimal): -1053764 or 12381167. OLE color: 12381167.
HSL color Cylindrical-coordinate representation of color #EFEBBC: hue angle of 55.29º 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 #EFEBBC is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 188 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.06 |
| HSL | 55.29º | 0.61% | 0.84% | - |
| HSV(B) | 55.29º | 0.21% | 0.94% | - |
| XYZ | 74.38 | 81.4 | 59.37 | - |
| YUV | 230.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 188 | 0 | 0.02 | 0.21 | 0.06 | 55.29 | 0.61 | 0.84 |
| Hex | EF | EB | BC | 0 | 2 | 15 | 6 | 37 | 3D | 54 |
| Octal | 357 | 353 | 274 | 0 | 2 | 25 | 6 | 67 | 75 | 124 |
| Binary | 11101111 | 11101011 | 10111100 | 0 | 10 | 10101 | 110 | 110111 | 111101 | 1010100 |
Color Harmonies of #EFEBBC
Complementary color
Monochromatic Colors of #EFEBBC
Black with #EFEBBC
Text Example
Text Example
White with #EFEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBBC; }
p { color: rgb(239,235,188); }
H1.HeaderClassName
{
color: #EFEBBC;
}
.AnyTagClassName
{
color: #EFEBBC;
}
</style>
background-color css
<style>
a { background-color: #EFEBBC; }
a { background-color: rgb(239,235,188); }
div.DivClassName
{
background-color: #EFEBBC;
}
.BgClassName
{
background-color: #EFEBBC;
}
</style>
border-color css
<style>
span { border-color: #EFEBBC; }
span { border-color: rgb(239,235,188); }
td.TdClassName
{
border-color: #EFEBBC;
}
.TagClassName
{
border-color: #EFEBBC;
}
</style>