Shades of Cream Can #ECBC4C
Tints of Cream Can #ECBC4C
RGB
CMYK
RGB Variations
Color information
#ECBC4C (or 0xECBC4C) is known color: Cream Can. HEX triplet: EC, BC and 4C. RGB value is (236,188,76). Sum of RGB (Red+Green+Blue) = 236+188+76=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC4C is #1343B3. Grayscale: #BEBEBE. Windows color (decimal): -1262516 or 5029100. OLE color: 5029100.
HSL color Cylindrical-coordinate representation of color #ECBC4C: hue angle of 42º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECBC4C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 76 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.07 |
| HSL | 42º | 0.81% | 0.61% | - |
| HSV(B) | 42º | 0.68% | 0.93% | - |
| XYZ | 53.88 | 54.32 | 14.48 | - |
| YUV | 189.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 76 | 0 | 0.20 | 0.68 | 0.07 | 42 | 0.81 | 0.61 |
| Hex | EC | BC | 4C | 0 | 14 | 44 | 7 | 2A | 51 | 3D |
| Octal | 354 | 274 | 114 | 0 | 24 | 104 | 7 | 52 | 121 | 75 |
| Binary | 11101100 | 10111100 | 1001100 | 0 | 10100 | 1000100 | 111 | 101010 | 1010001 | 111101 |
Color Harmonies of #ECBC4C
Complementary color
Monochromatic Colors of #ECBC4C
Black with #ECBC4C
Text Example
Text Example
White with #ECBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC4C; }
p { color: rgb(236,188,76); }
H1.HeaderClassName
{
color: #ECBC4C;
}
.AnyTagClassName
{
color: #ECBC4C;
}
</style>
background-color css
<style>
a { background-color: #ECBC4C; }
a { background-color: rgb(236,188,76); }
div.DivClassName
{
background-color: #ECBC4C;
}
.BgClassName
{
background-color: #ECBC4C;
}
</style>
border-color css
<style>
span { border-color: #ECBC4C; }
span { border-color: rgb(236,188,76); }
td.TdClassName
{
border-color: #ECBC4C;
}
.TagClassName
{
border-color: #ECBC4C;
}
</style>