Shades of Cream Can #ECBB44
Tints of Cream Can #ECBB44
RGB
CMYK
RGB Variations
Color information
#ECBB44 (or 0xECBB44) is known color: Cream Can. HEX triplet: EC, BB and 44. RGB value is (236,187,68). Sum of RGB (Red+Green+Blue) = 236+187+68=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBB44 is #1344BB. Grayscale: #BCBCBC. Windows color (decimal): -1262780 or 4504556. OLE color: 4504556.
HSL color Cylindrical-coordinate representation of color #ECBB44: hue angle of 42.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECBB44 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 68 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.07 |
| HSL | 42.5º | 0.82% | 0.6% | - |
| HSV(B) | 42.5º | 0.71% | 0.93% | - |
| XYZ | 53.41 | 53.79 | 13.04 | - |
| YUV | 188.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 68 | 0 | 0.21 | 0.71 | 0.07 | 42.5 | 0.82 | 0.6 |
| Hex | EC | BB | 44 | 0 | 15 | 47 | 7 | 2A | 52 | 3C |
| Octal | 354 | 273 | 104 | 0 | 25 | 107 | 7 | 52 | 122 | 74 |
| Binary | 11101100 | 10111011 | 1000100 | 0 | 10101 | 1000111 | 111 | 101010 | 1010010 | 111100 |
Color Harmonies of #ECBB44
Complementary color
Monochromatic Colors of #ECBB44
Black with #ECBB44
Text Example
Text Example
White with #ECBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB44; }
p { color: rgb(236,187,68); }
H1.HeaderClassName
{
color: #ECBB44;
}
.AnyTagClassName
{
color: #ECBB44;
}
</style>
background-color css
<style>
a { background-color: #ECBB44; }
a { background-color: rgb(236,187,68); }
div.DivClassName
{
background-color: #ECBB44;
}
.BgClassName
{
background-color: #ECBB44;
}
</style>
border-color css
<style>
span { border-color: #ECBB44; }
span { border-color: rgb(236,187,68); }
td.TdClassName
{
border-color: #ECBB44;
}
.TagClassName
{
border-color: #ECBB44;
}
</style>