Shades of Cream Can #ECC045
Tints of Cream Can #ECC045
RGB
CMYK
RGB Variations
Color information
#ECC045 (or 0xECC045) is known color: Cream Can. HEX triplet: EC, C0 and 45. RGB value is (236,192,69). Sum of RGB (Red+Green+Blue) = 236+192+69=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC045 is #133FBA. Grayscale: #BFBFBF. Windows color (decimal): -1261499 or 4571372. OLE color: 4571372.
HSL color Cylindrical-coordinate representation of color #ECC045: hue angle of 44.19º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECC045 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 69 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.07 |
| HSL | 44.19º | 0.81% | 0.6% | - |
| HSV(B) | 44.19º | 0.71% | 0.93% | - |
| XYZ | 54.52 | 55.96 | 13.56 | - |
| YUV | 191.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 69 | 0 | 0.19 | 0.71 | 0.07 | 44.19 | 0.81 | 0.6 |
| Hex | EC | C0 | 45 | 0 | 13 | 47 | 7 | 2C | 51 | 3C |
| Octal | 354 | 300 | 105 | 0 | 23 | 107 | 7 | 54 | 121 | 74 |
| Binary | 11101100 | 11000000 | 1000101 | 0 | 10011 | 1000111 | 111 | 101100 | 1010001 | 111100 |
Color Harmonies of #ECC045
Complementary color
Monochromatic Colors of #ECC045
Black with #ECC045
Text Example
Text Example
White with #ECC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC045; }
p { color: rgb(236,192,69); }
H1.HeaderClassName
{
color: #ECC045;
}
.AnyTagClassName
{
color: #ECC045;
}
</style>
background-color css
<style>
a { background-color: #ECC045; }
a { background-color: rgb(236,192,69); }
div.DivClassName
{
background-color: #ECC045;
}
.BgClassName
{
background-color: #ECC045;
}
</style>
border-color css
<style>
span { border-color: #ECC045; }
span { border-color: rgb(236,192,69); }
td.TdClassName
{
border-color: #ECC045;
}
.TagClassName
{
border-color: #ECC045;
}
</style>