Shades of Cumulus #EFEDBB
Tints of Cumulus #EFEDBB
RGB
CMYK
RGB Variations
Color information
#EFEDBB (or 0xEFEDBB) is known color: Cumulus. HEX triplet: EF, ED and BB. RGB value is (239,237,187). Sum of RGB (Red+Green+Blue) = 239+237+187=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBB is #101244. Grayscale: #E8E8E8. Windows color (decimal): -1053253 or 12316143. OLE color: 12316143.
HSL color Cylindrical-coordinate representation of color #EFEDBB: hue angle of 57.69º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFEDBB is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 187 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.06 |
| HSL | 57.69º | 0.62% | 0.84% | - |
| HSV(B) | 57.69º | 0.22% | 0.94% | - |
| XYZ | 74.85 | 82.51 | 58.99 | - |
| YUV | 231.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 187 | 0 | 0.01 | 0.22 | 0.06 | 57.69 | 0.62 | 0.84 |
| Hex | EF | ED | BB | 0 | 1 | 16 | 6 | 3A | 3E | 54 |
| Octal | 357 | 355 | 273 | 0 | 1 | 26 | 6 | 72 | 76 | 124 |
| Binary | 11101111 | 11101101 | 10111011 | 0 | 1 | 10110 | 110 | 111010 | 111110 | 1010100 |
Color Harmonies of #EFEDBB
Complementary color
Monochromatic Colors of #EFEDBB
Black with #EFEDBB
Text Example
Text Example
White with #EFEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDBB; }
p { color: rgb(239,237,187); }
H1.HeaderClassName
{
color: #EFEDBB;
}
.AnyTagClassName
{
color: #EFEDBB;
}
</style>
background-color css
<style>
a { background-color: #EFEDBB; }
a { background-color: rgb(239,237,187); }
div.DivClassName
{
background-color: #EFEDBB;
}
.BgClassName
{
background-color: #EFEDBB;
}
</style>
border-color css
<style>
span { border-color: #EFEDBB; }
span { border-color: rgb(239,237,187); }
td.TdClassName
{
border-color: #EFEDBB;
}
.TagClassName
{
border-color: #EFEDBB;
}
</style>