Shades of Cream Can #ECC45A
Tints of Cream Can #ECC45A
RGB
CMYK
RGB Variations
Color information
#ECC45A (or 0xECC45A) is known color: Cream Can. HEX triplet: EC, C4 and 5A. RGB value is (236,196,90). Sum of RGB (Red+Green+Blue) = 236+196+90=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC45A is #133BA5. Grayscale: #C4C4C4. Windows color (decimal): -1260454 or 5948652. OLE color: 5948652.
HSL color Cylindrical-coordinate representation of color #ECC45A: hue angle of 43.56º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECC45A is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 90 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.07 |
| HSL | 43.56º | 0.79% | 0.64% | - |
| HSV(B) | 43.56º | 0.62% | 0.93% | - |
| XYZ | 56.18 | 58.05 | 17.92 | - |
| YUV | 195.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 90 | 0 | 0.17 | 0.62 | 0.07 | 43.56 | 0.79 | 0.64 |
| Hex | EC | C4 | 5A | 0 | 11 | 3E | 7 | 2C | 4F | 40 |
| Octal | 354 | 304 | 132 | 0 | 21 | 76 | 7 | 54 | 117 | 100 |
| Binary | 11101100 | 11000100 | 1011010 | 0 | 10001 | 111110 | 111 | 101100 | 1001111 | 1000000 |
Color Harmonies of #ECC45A
Complementary color
Monochromatic Colors of #ECC45A
Black with #ECC45A
Text Example
Text Example
White with #ECC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC45A; }
p { color: rgb(236,196,90); }
H1.HeaderClassName
{
color: #ECC45A;
}
.AnyTagClassName
{
color: #ECC45A;
}
</style>
background-color css
<style>
a { background-color: #ECC45A; }
a { background-color: rgb(236,196,90); }
div.DivClassName
{
background-color: #ECC45A;
}
.BgClassName
{
background-color: #ECC45A;
}
</style>
border-color css
<style>
span { border-color: #ECC45A; }
span { border-color: rgb(236,196,90); }
td.TdClassName
{
border-color: #ECC45A;
}
.TagClassName
{
border-color: #ECC45A;
}
</style>