Shades of Cream Can #ECBC46
Tints of Cream Can #ECBC46
RGB
CMYK
RGB Variations
Color information
#ECBC46 (or 0xECBC46) is known color: Cream Can. HEX triplet: EC, BC and 46. RGB value is (236,188,70). Sum of RGB (Red+Green+Blue) = 236+188+70=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC46 is #1343B9. Grayscale: #BDBDBD. Windows color (decimal): -1262522 or 4635884. OLE color: 4635884.
HSL color Cylindrical-coordinate representation of color #ECBC46: hue angle of 42.65º 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 #ECBC46 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 70 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.07 |
| HSL | 42.65º | 0.81% | 0.6% | - |
| HSV(B) | 42.65º | 0.7% | 0.93% | - |
| XYZ | 53.68 | 54.24 | 13.43 | - |
| YUV | 188.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 70 | 0 | 0.20 | 0.70 | 0.07 | 42.65 | 0.81 | 0.6 |
| Hex | EC | BC | 46 | 0 | 14 | 46 | 7 | 2B | 51 | 3C |
| Octal | 354 | 274 | 106 | 0 | 24 | 106 | 7 | 53 | 121 | 74 |
| Binary | 11101100 | 10111100 | 1000110 | 0 | 10100 | 1000110 | 111 | 101011 | 1010001 | 111100 |
Color Harmonies of #ECBC46
Complementary color
Monochromatic Colors of #ECBC46
Black with #ECBC46
Text Example
Text Example
White with #ECBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC46; }
p { color: rgb(236,188,70); }
H1.HeaderClassName
{
color: #ECBC46;
}
.AnyTagClassName
{
color: #ECBC46;
}
</style>
background-color css
<style>
a { background-color: #ECBC46; }
a { background-color: rgb(236,188,70); }
div.DivClassName
{
background-color: #ECBC46;
}
.BgClassName
{
background-color: #ECBC46;
}
</style>
border-color css
<style>
span { border-color: #ECBC46; }
span { border-color: rgb(236,188,70); }
td.TdClassName
{
border-color: #ECBC46;
}
.TagClassName
{
border-color: #ECBC46;
}
</style>