Shades of Cream Can #ECBE49
Tints of Cream Can #ECBE49
RGB
CMYK
RGB Variations
Color information
#ECBE49 (or 0xECBE49) is known color: Cream Can. HEX triplet: EC, BE and 49. RGB value is (236,190,73). Sum of RGB (Red+Green+Blue) = 236+190+73=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE49 is #1341B6. Grayscale: #BEBEBE. Windows color (decimal): -1262007 or 4833004. OLE color: 4833004.
HSL color Cylindrical-coordinate representation of color #ECBE49: hue angle of 43.07º 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 #ECBE49 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 73 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.07 |
| HSL | 43.07º | 0.81% | 0.61% | - |
| HSV(B) | 43.07º | 0.69% | 0.93% | - |
| XYZ | 54.21 | 55.14 | 14.09 | - |
| YUV | 190.42 | 61.74 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 73 | 0 | 0.19 | 0.69 | 0.07 | 43.07 | 0.81 | 0.61 |
| Hex | EC | BE | 49 | 0 | 13 | 45 | 7 | 2B | 51 | 3D |
| Octal | 354 | 276 | 111 | 0 | 23 | 105 | 7 | 53 | 121 | 75 |
| Binary | 11101100 | 10111110 | 1001001 | 0 | 10011 | 1000101 | 111 | 101011 | 1010001 | 111101 |
Color Harmonies of #ECBE49
Complementary color
Monochromatic Colors of #ECBE49
Black with #ECBE49
Text Example
Text Example
White with #ECBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE49; }
p { color: rgb(236,190,73); }
H1.HeaderClassName
{
color: #ECBE49;
}
.AnyTagClassName
{
color: #ECBE49;
}
</style>
background-color css
<style>
a { background-color: #ECBE49; }
a { background-color: rgb(236,190,73); }
div.DivClassName
{
background-color: #ECBE49;
}
.BgClassName
{
background-color: #ECBE49;
}
</style>
border-color css
<style>
span { border-color: #ECBE49; }
span { border-color: rgb(236,190,73); }
td.TdClassName
{
border-color: #ECBE49;
}
.TagClassName
{
border-color: #ECBE49;
}
</style>