Shades of Cumulus #EFEDBD
Tints of Cumulus #EFEDBD
RGB
CMYK
RGB Variations
Color information
#EFEDBD (or 0xEFEDBD) is known color: Cumulus. HEX triplet: EF, ED and BD. RGB value is (239,237,189). Sum of RGB (Red+Green+Blue) = 239+237+189=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBD is #101242. Grayscale: #E8E8E8. Windows color (decimal): -1053251 or 12447215. OLE color: 12447215.
HSL color Cylindrical-coordinate representation of color #EFEDBD: hue angle of 57.6º 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 #EFEDBD is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 189 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.06 |
| HSL | 57.6º | 0.61% | 0.84% | - |
| HSV(B) | 57.6º | 0.21% | 0.94% | - |
| XYZ | 75.07 | 82.59 | 60.13 | - |
| YUV | 232.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 189 | 0 | 0.01 | 0.21 | 0.06 | 57.6 | 0.61 | 0.84 |
| Hex | EF | ED | BD | 0 | 1 | 15 | 6 | 3A | 3D | 54 |
| Octal | 357 | 355 | 275 | 0 | 1 | 25 | 6 | 72 | 75 | 124 |
| Binary | 11101111 | 11101101 | 10111101 | 0 | 1 | 10101 | 110 | 111010 | 111101 | 1010100 |
Color Harmonies of #EFEDBD
Complementary color
Monochromatic Colors of #EFEDBD
Black with #EFEDBD
Text Example
Text Example
White with #EFEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDBD; }
p { color: rgb(239,237,189); }
H1.HeaderClassName
{
color: #EFEDBD;
}
.AnyTagClassName
{
color: #EFEDBD;
}
</style>
background-color css
<style>
a { background-color: #EFEDBD; }
a { background-color: rgb(239,237,189); }
div.DivClassName
{
background-color: #EFEDBD;
}
.BgClassName
{
background-color: #EFEDBD;
}
</style>
border-color css
<style>
span { border-color: #EFEDBD; }
span { border-color: rgb(239,237,189); }
td.TdClassName
{
border-color: #EFEDBD;
}
.TagClassName
{
border-color: #EFEDBD;
}
</style>