Shades of Cumulus #EFEDBA
Tints of Cumulus #EFEDBA
RGB
CMYK
RGB Variations
Color information
#EFEDBA (or 0xEFEDBA) is known color: Cumulus. HEX triplet: EF, ED and BA. RGB value is (239,237,186). Sum of RGB (Red+Green+Blue) = 239+237+186=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBA is #101245. Grayscale: #E7E7E7. Windows color (decimal): -1053254 or 12250607. OLE color: 12250607.
HSL color Cylindrical-coordinate representation of color #EFEDBA: hue angle of 57.74º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFEDBA is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 186 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.06 |
| HSL | 57.74º | 0.62% | 0.83% | - |
| HSV(B) | 57.74º | 0.22% | 0.94% | - |
| XYZ | 74.74 | 82.46 | 58.43 | - |
| YUV | 231.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 186 | 0 | 0.01 | 0.22 | 0.06 | 57.74 | 0.62 | 0.83 |
| Hex | EF | ED | BA | 0 | 1 | 16 | 6 | 3A | 3E | 53 |
| Octal | 357 | 355 | 272 | 0 | 1 | 26 | 6 | 72 | 76 | 123 |
| Binary | 11101111 | 11101101 | 10111010 | 0 | 1 | 10110 | 110 | 111010 | 111110 | 1010011 |
Color Harmonies of #EFEDBA
Complementary color
Monochromatic Colors of #EFEDBA
Black with #EFEDBA
Text Example
Text Example
White with #EFEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDBA; }
p { color: rgb(239,237,186); }
H1.HeaderClassName
{
color: #EFEDBA;
}
.AnyTagClassName
{
color: #EFEDBA;
}
</style>
background-color css
<style>
a { background-color: #EFEDBA; }
a { background-color: rgb(239,237,186); }
div.DivClassName
{
background-color: #EFEDBA;
}
.BgClassName
{
background-color: #EFEDBA;
}
</style>
border-color css
<style>
span { border-color: #EFEDBA; }
span { border-color: rgb(239,237,186); }
td.TdClassName
{
border-color: #EFEDBA;
}
.TagClassName
{
border-color: #EFEDBA;
}
</style>