Shades of Cream Can #ECBC51
Tints of Cream Can #ECBC51
RGB
CMYK
RGB Variations
Color information
#ECBC51 (or 0xECBC51) is known color: Cream Can. HEX triplet: EC, BC and 51. RGB value is (236,188,81). Sum of RGB (Red+Green+Blue) = 236+188+81=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC51 is #1343AE. Grayscale: #BEBEBE. Windows color (decimal): -1262511 or 5356780. OLE color: 5356780.
HSL color Cylindrical-coordinate representation of color #ECBC51: hue angle of 41.42º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECBC51 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 81 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.07 |
| HSL | 41.42º | 0.8% | 0.62% | - |
| HSV(B) | 41.42º | 0.66% | 0.93% | - |
| XYZ | 54.06 | 54.39 | 15.43 | - |
| YUV | 190.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 81 | 0 | 0.20 | 0.66 | 0.07 | 41.42 | 0.8 | 0.62 |
| Hex | EC | BC | 51 | 0 | 14 | 42 | 7 | 29 | 50 | 3E |
| Octal | 354 | 274 | 121 | 0 | 24 | 102 | 7 | 51 | 120 | 76 |
| Binary | 11101100 | 10111100 | 1010001 | 0 | 10100 | 1000010 | 111 | 101001 | 1010000 | 111110 |
Color Harmonies of #ECBC51
Complementary color
Monochromatic Colors of #ECBC51
Black with #ECBC51
Text Example
Text Example
White with #ECBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC51; }
p { color: rgb(236,188,81); }
H1.HeaderClassName
{
color: #ECBC51;
}
.AnyTagClassName
{
color: #ECBC51;
}
</style>
background-color css
<style>
a { background-color: #ECBC51; }
a { background-color: rgb(236,188,81); }
div.DivClassName
{
background-color: #ECBC51;
}
.BgClassName
{
background-color: #ECBC51;
}
</style>
border-color css
<style>
span { border-color: #ECBC51; }
span { border-color: rgb(236,188,81); }
td.TdClassName
{
border-color: #ECBC51;
}
.TagClassName
{
border-color: #ECBC51;
}
</style>