Shades of Cream Can #ECC45E
Tints of Cream Can #ECC45E
RGB
CMYK
RGB Variations
Color information
#ECC45E (or 0xECC45E) is known color: Cream Can. HEX triplet: EC, C4 and 5E. RGB value is (236,196,94). Sum of RGB (Red+Green+Blue) = 236+196+94=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC45E is #133BA1. Grayscale: #C4C4C4. Windows color (decimal): -1260450 or 6210796. OLE color: 6210796.
HSL color Cylindrical-coordinate representation of color #ECC45E: hue angle of 43.1º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECC45E is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 94 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.07 |
| HSL | 43.1º | 0.79% | 0.65% | - |
| HSV(B) | 43.1º | 0.6% | 0.93% | - |
| XYZ | 56.35 | 58.12 | 18.84 | - |
| YUV | 196.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 94 | 0 | 0.17 | 0.60 | 0.07 | 43.1 | 0.79 | 0.65 |
| Hex | EC | C4 | 5E | 0 | 11 | 3C | 7 | 2B | 4F | 41 |
| Octal | 354 | 304 | 136 | 0 | 21 | 74 | 7 | 53 | 117 | 101 |
| Binary | 11101100 | 11000100 | 1011110 | 0 | 10001 | 111100 | 111 | 101011 | 1001111 | 1000001 |
Color Harmonies of #ECC45E
Complementary color
Monochromatic Colors of #ECC45E
Black with #ECC45E
Text Example
Text Example
White with #ECC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC45E; }
p { color: rgb(236,196,94); }
H1.HeaderClassName
{
color: #ECC45E;
}
.AnyTagClassName
{
color: #ECC45E;
}
</style>
background-color css
<style>
a { background-color: #ECC45E; }
a { background-color: rgb(236,196,94); }
div.DivClassName
{
background-color: #ECC45E;
}
.BgClassName
{
background-color: #ECC45E;
}
</style>
border-color css
<style>
span { border-color: #ECC45E; }
span { border-color: rgb(236,196,94); }
td.TdClassName
{
border-color: #ECC45E;
}
.TagClassName
{
border-color: #ECC45E;
}
</style>