Shades of Cumulus #EDECBB
Tints of Cumulus #EDECBB
RGB
CMYK
RGB Variations
Color information
#EDECBB (or 0xEDECBB) is known color: Cumulus. HEX triplet: ED, EC and BB. RGB value is (237,236,187). Sum of RGB (Red+Green+Blue) = 237+236+187=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBB is #121344. Grayscale: #E6E6E6. Windows color (decimal): -1184581 or 12315885. OLE color: 12315885.
HSL color Cylindrical-coordinate representation of color #EDECBB: hue angle of 58.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDECBB is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 187 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.07 |
| HSL | 58.8º | 0.58% | 0.83% | - |
| HSV(B) | 58.8º | 0.21% | 0.93% | - |
| XYZ | 73.89 | 81.58 | 58.87 | - |
| YUV | 230.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 187 | 0 | 0.00 | 0.21 | 0.07 | 58.8 | 0.58 | 0.83 |
| Hex | ED | EC | BB | 0 | 0 | 15 | 7 | 3B | 3A | 53 |
| Octal | 355 | 354 | 273 | 0 | 0 | 25 | 7 | 73 | 72 | 123 |
| Binary | 11101101 | 11101100 | 10111011 | 0 | 0 | 10101 | 111 | 111011 | 111010 | 1010011 |
Color Harmonies of #EDECBB
Complementary color
Monochromatic Colors of #EDECBB
Black with #EDECBB
Text Example
Text Example
White with #EDECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECBB; }
p { color: rgb(237,236,187); }
H1.HeaderClassName
{
color: #EDECBB;
}
.AnyTagClassName
{
color: #EDECBB;
}
</style>
background-color css
<style>
a { background-color: #EDECBB; }
a { background-color: rgb(237,236,187); }
div.DivClassName
{
background-color: #EDECBB;
}
.BgClassName
{
background-color: #EDECBB;
}
</style>
border-color css
<style>
span { border-color: #EDECBB; }
span { border-color: rgb(237,236,187); }
td.TdClassName
{
border-color: #EDECBB;
}
.TagClassName
{
border-color: #EDECBB;
}
</style>