Shades of Cream Can #ECBC43
Tints of Cream Can #ECBC43
RGB
CMYK
RGB Variations
Color information
#ECBC43 (or 0xECBC43) is known color: Cream Can. HEX triplet: EC, BC and 43. RGB value is (236,188,67). Sum of RGB (Red+Green+Blue) = 236+188+67=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 67 (26.56% from 255 or 13.65% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC43 is #1343BC. Grayscale: #BDBDBD. Windows color (decimal): -1262525 or 4439276. OLE color: 4439276.
HSL color Cylindrical-coordinate representation of color #ECBC43: hue angle of 42.96º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECBC43 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 67 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.07 |
| HSL | 42.96º | 0.82% | 0.59% | - |
| HSV(B) | 42.96º | 0.72% | 0.93% | - |
| XYZ | 53.59 | 54.2 | 12.95 | - |
| YUV | 188.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 67 | 0 | 0.20 | 0.72 | 0.07 | 42.96 | 0.82 | 0.59 |
| Hex | EC | BC | 43 | 0 | 14 | 48 | 7 | 2B | 52 | 3B |
| Octal | 354 | 274 | 103 | 0 | 24 | 110 | 7 | 53 | 122 | 73 |
| Binary | 11101100 | 10111100 | 1000011 | 0 | 10100 | 1001000 | 111 | 101011 | 1010010 | 111011 |
Color Harmonies of #ECBC43
Complementary color
Monochromatic Colors of #ECBC43
Black with #ECBC43
Text Example
Text Example
White with #ECBC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC43; }
p { color: rgb(236,188,67); }
H1.HeaderClassName
{
color: #ECBC43;
}
.AnyTagClassName
{
color: #ECBC43;
}
</style>
background-color css
<style>
a { background-color: #ECBC43; }
a { background-color: rgb(236,188,67); }
div.DivClassName
{
background-color: #ECBC43;
}
.BgClassName
{
background-color: #ECBC43;
}
</style>
border-color css
<style>
span { border-color: #ECBC43; }
span { border-color: rgb(236,188,67); }
td.TdClassName
{
border-color: #ECBC43;
}
.TagClassName
{
border-color: #ECBC43;
}
</style>