Shades of Cream Can #ECBC4A
Tints of Cream Can #ECBC4A
RGB
CMYK
RGB Variations
Color information
#ECBC4A (or 0xECBC4A) is known color: Cream Can. HEX triplet: EC, BC and 4A. RGB value is (236,188,74). Sum of RGB (Red+Green+Blue) = 236+188+74=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC4A is #1343B5. Grayscale: #BDBDBD. Windows color (decimal): -1262518 or 4898028. OLE color: 4898028.
HSL color Cylindrical-coordinate representation of color #ECBC4A: hue angle of 42.22º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECBC4A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 74 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.07 |
| HSL | 42.22º | 0.81% | 0.61% | - |
| HSV(B) | 42.22º | 0.69% | 0.93% | - |
| XYZ | 53.81 | 54.29 | 14.12 | - |
| YUV | 189.36 | 62.9 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 74 | 0 | 0.20 | 0.69 | 0.07 | 42.22 | 0.81 | 0.61 |
| Hex | EC | BC | 4A | 0 | 14 | 45 | 7 | 2A | 51 | 3D |
| Octal | 354 | 274 | 112 | 0 | 24 | 105 | 7 | 52 | 121 | 75 |
| Binary | 11101100 | 10111100 | 1001010 | 0 | 10100 | 1000101 | 111 | 101010 | 1010001 | 111101 |
Color Harmonies of #ECBC4A
Complementary color
Monochromatic Colors of #ECBC4A
Black with #ECBC4A
Text Example
Text Example
White with #ECBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC4A; }
p { color: rgb(236,188,74); }
H1.HeaderClassName
{
color: #ECBC4A;
}
.AnyTagClassName
{
color: #ECBC4A;
}
</style>
background-color css
<style>
a { background-color: #ECBC4A; }
a { background-color: rgb(236,188,74); }
div.DivClassName
{
background-color: #ECBC4A;
}
.BgClassName
{
background-color: #ECBC4A;
}
</style>
border-color css
<style>
span { border-color: #ECBC4A; }
span { border-color: rgb(236,188,74); }
td.TdClassName
{
border-color: #ECBC4A;
}
.TagClassName
{
border-color: #ECBC4A;
}
</style>