Shades of Cumulus #EFEEBD
Tints of Cumulus #EFEEBD
RGB
CMYK
RGB Variations
Color information
#EFEEBD (or 0xEFEEBD) is known color: Cumulus. HEX triplet: EF, EE and BD. RGB value is (239,238,189). Sum of RGB (Red+Green+Blue) = 239+238+189=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEBD is #101142. Grayscale: #E8E8E8. Windows color (decimal): -1052995 or 12447471. OLE color: 12447471.
HSL color Cylindrical-coordinate representation of color #EFEEBD: hue angle of 58.8º 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 #EFEEBD is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 189 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.06 |
| HSL | 58.8º | 0.61% | 0.84% | - |
| HSV(B) | 58.8º | 0.21% | 0.94% | - |
| XYZ | 75.36 | 83.17 | 60.23 | - |
| YUV | 232.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 189 | 0 | 0.00 | 0.21 | 0.06 | 58.8 | 0.61 | 0.84 |
| Hex | EF | EE | BD | 0 | 0 | 15 | 6 | 3B | 3D | 54 |
| Octal | 357 | 356 | 275 | 0 | 0 | 25 | 6 | 73 | 75 | 124 |
| Binary | 11101111 | 11101110 | 10111101 | 0 | 0 | 10101 | 110 | 111011 | 111101 | 1010100 |
Color Harmonies of #EFEEBD
Complementary color
Monochromatic Colors of #EFEEBD
Black with #EFEEBD
Text Example
Text Example
White with #EFEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEBD; }
p { color: rgb(239,238,189); }
H1.HeaderClassName
{
color: #EFEEBD;
}
.AnyTagClassName
{
color: #EFEEBD;
}
</style>
background-color css
<style>
a { background-color: #EFEEBD; }
a { background-color: rgb(239,238,189); }
div.DivClassName
{
background-color: #EFEEBD;
}
.BgClassName
{
background-color: #EFEEBD;
}
</style>
border-color css
<style>
span { border-color: #EFEEBD; }
span { border-color: rgb(239,238,189); }
td.TdClassName
{
border-color: #EFEEBD;
}
.TagClassName
{
border-color: #EFEEBD;
}
</style>