Shades of Cream Can #ECC051
Tints of Cream Can #ECC051
RGB
CMYK
RGB Variations
Color information
#ECC051 (or 0xECC051) is known color: Cream Can. HEX triplet: EC, C0 and 51. RGB value is (236,192,81). Sum of RGB (Red+Green+Blue) = 236+192+81=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC051 is #133FAE. Grayscale: #C0C0C0. Windows color (decimal): -1261487 or 5357804. OLE color: 5357804.
HSL color Cylindrical-coordinate representation of color #ECC051: hue angle of 42.97º 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 #ECC051 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 81 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.07 |
| HSL | 42.97º | 0.8% | 0.62% | - |
| HSV(B) | 42.97º | 0.66% | 0.93% | - |
| XYZ | 54.93 | 56.13 | 15.72 | - |
| YUV | 192.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 81 | 0 | 0.19 | 0.66 | 0.07 | 42.97 | 0.8 | 0.62 |
| Hex | EC | C0 | 51 | 0 | 13 | 42 | 7 | 2B | 50 | 3E |
| Octal | 354 | 300 | 121 | 0 | 23 | 102 | 7 | 53 | 120 | 76 |
| Binary | 11101100 | 11000000 | 1010001 | 0 | 10011 | 1000010 | 111 | 101011 | 1010000 | 111110 |
Color Harmonies of #ECC051
Complementary color
Monochromatic Colors of #ECC051
Black with #ECC051
Text Example
Text Example
White with #ECC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC051; }
p { color: rgb(236,192,81); }
H1.HeaderClassName
{
color: #ECC051;
}
.AnyTagClassName
{
color: #ECC051;
}
</style>
background-color css
<style>
a { background-color: #ECC051; }
a { background-color: rgb(236,192,81); }
div.DivClassName
{
background-color: #ECC051;
}
.BgClassName
{
background-color: #ECC051;
}
</style>
border-color css
<style>
span { border-color: #ECC051; }
span { border-color: rgb(236,192,81); }
td.TdClassName
{
border-color: #ECC051;
}
.TagClassName
{
border-color: #ECC051;
}
</style>