Shades of Cumulus #EFEFBD
Tints of Cumulus #EFEFBD
RGB
CMYK
RGB Variations
Color information
#EFEFBD (or 0xEFEFBD) is known color: Cumulus. HEX triplet: EF, EF and BD. RGB value is (239,239,189). Sum of RGB (Red+Green+Blue) = 239+239+189=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBD is #101042. Grayscale: #E9E9E9. Windows color (decimal): -1052739 or 12447727. OLE color: 12447727.
HSL color Cylindrical-coordinate representation of color #EFEFBD: hue angle of 60º 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 #EFEFBD is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 189 | - |
| CMYK | 0 | 0 | 0.21 | 0.06 |
| HSL | 60º | 0.61% | 0.84% | - |
| HSV(B) | 60º | 0.21% | 0.94% | - |
| XYZ | 75.65 | 83.76 | 60.32 | - |
| YUV | 233.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 189 | 0 | 0 | 0.21 | 0.06 | 60 | 0.61 | 0.84 |
| Hex | EF | EF | BD | 0 | 0 | 15 | 6 | 3C | 3D | 54 |
| Octal | 357 | 357 | 275 | 0 | 0 | 25 | 6 | 74 | 75 | 124 |
| Binary | 11101111 | 11101111 | 10111101 | 0 | 0 | 10101 | 110 | 111100 | 111101 | 1010100 |
Color Harmonies of #EFEFBD
Complementary color
Monochromatic Colors of #EFEFBD
Black with #EFEFBD
Text Example
Text Example
White with #EFEFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEFBD; }
p { color: rgb(239,239,189); }
H1.HeaderClassName
{
color: #EFEFBD;
}
.AnyTagClassName
{
color: #EFEFBD;
}
</style>
background-color css
<style>
a { background-color: #EFEFBD; }
a { background-color: rgb(239,239,189); }
div.DivClassName
{
background-color: #EFEFBD;
}
.BgClassName
{
background-color: #EFEFBD;
}
</style>
border-color css
<style>
span { border-color: #EFEFBD; }
span { border-color: rgb(239,239,189); }
td.TdClassName
{
border-color: #EFEFBD;
}
.TagClassName
{
border-color: #EFEFBD;
}
</style>