Shades of Cream Can #ECBE46
Tints of Cream Can #ECBE46
RGB
CMYK
RGB Variations
Color information
#ECBE46 (or 0xECBE46) is known color: Cream Can. HEX triplet: EC, BE and 46. RGB value is (236,190,70). Sum of RGB (Red+Green+Blue) = 236+190+70=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE46 is #1341B9. Grayscale: #BEBEBE. Windows color (decimal): -1262010 or 4636396. OLE color: 4636396.
HSL color Cylindrical-coordinate representation of color #ECBE46: hue angle of 43.37º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECBE46 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 70 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.07 |
| HSL | 43.37º | 0.81% | 0.6% | - |
| HSV(B) | 43.37º | 0.7% | 0.93% | - |
| XYZ | 54.11 | 55.1 | 13.58 | - |
| YUV | 190.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 70 | 0 | 0.19 | 0.70 | 0.07 | 43.37 | 0.81 | 0.6 |
| Hex | EC | BE | 46 | 0 | 13 | 46 | 7 | 2B | 51 | 3C |
| Octal | 354 | 276 | 106 | 0 | 23 | 106 | 7 | 53 | 121 | 74 |
| Binary | 11101100 | 10111110 | 1000110 | 0 | 10011 | 1000110 | 111 | 101011 | 1010001 | 111100 |
Color Harmonies of #ECBE46
Complementary color
Monochromatic Colors of #ECBE46
Black with #ECBE46
Text Example
Text Example
White with #ECBE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE46; }
p { color: rgb(236,190,70); }
H1.HeaderClassName
{
color: #ECBE46;
}
.AnyTagClassName
{
color: #ECBE46;
}
</style>
background-color css
<style>
a { background-color: #ECBE46; }
a { background-color: rgb(236,190,70); }
div.DivClassName
{
background-color: #ECBE46;
}
.BgClassName
{
background-color: #ECBE46;
}
</style>
border-color css
<style>
span { border-color: #ECBE46; }
span { border-color: rgb(236,190,70); }
td.TdClassName
{
border-color: #ECBE46;
}
.TagClassName
{
border-color: #ECBE46;
}
</style>