Shades of Cumulus #EFEEBC
Tints of Cumulus #EFEEBC
RGB
CMYK
RGB Variations
Color information
#EFEEBC (or 0xEFEEBC) is known color: Cumulus. HEX triplet: EF, EE and BC. RGB value is (239,238,188). Sum of RGB (Red+Green+Blue) = 239+238+188=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEBC is #101143. Grayscale: #E8E8E8. Windows color (decimal): -1052996 or 12381935. OLE color: 12381935.
HSL color Cylindrical-coordinate representation of color #EFEEBC: hue angle of 58.82º 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 #EFEEBC is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 188 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.06 |
| HSL | 58.82º | 0.61% | 0.84% | - |
| HSV(B) | 58.82º | 0.21% | 0.94% | - |
| XYZ | 75.25 | 83.13 | 59.66 | - |
| YUV | 232.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 188 | 0 | 0.00 | 0.21 | 0.06 | 58.82 | 0.61 | 0.84 |
| Hex | EF | EE | BC | 0 | 0 | 15 | 6 | 3B | 3D | 54 |
| Octal | 357 | 356 | 274 | 0 | 0 | 25 | 6 | 73 | 75 | 124 |
| Binary | 11101111 | 11101110 | 10111100 | 0 | 0 | 10101 | 110 | 111011 | 111101 | 1010100 |
Color Harmonies of #EFEEBC
Complementary color
Monochromatic Colors of #EFEEBC
Black with #EFEEBC
Text Example
Text Example
White with #EFEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEBC; }
p { color: rgb(239,238,188); }
H1.HeaderClassName
{
color: #EFEEBC;
}
.AnyTagClassName
{
color: #EFEEBC;
}
</style>
background-color css
<style>
a { background-color: #EFEEBC; }
a { background-color: rgb(239,238,188); }
div.DivClassName
{
background-color: #EFEEBC;
}
.BgClassName
{
background-color: #EFEEBC;
}
</style>
border-color css
<style>
span { border-color: #EFEEBC; }
span { border-color: rgb(239,238,188); }
td.TdClassName
{
border-color: #EFEEBC;
}
.TagClassName
{
border-color: #EFEEBC;
}
</style>