Shades of Cream Can #ECC45F
Tints of Cream Can #ECC45F
RGB
CMYK
RGB Variations
Color information
#ECC45F (or 0xECC45F) is known color: Cream Can. HEX triplet: EC, C4 and 5F. RGB value is (236,196,95). Sum of RGB (Red+Green+Blue) = 236+196+95=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC45F is #133BA0. Grayscale: #C4C4C4. Windows color (decimal): -1260449 or 6276332. OLE color: 6276332.
HSL color Cylindrical-coordinate representation of color #ECC45F: hue angle of 42.98º 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 #ECC45F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 95 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.07 |
| HSL | 42.98º | 0.79% | 0.65% | - |
| HSV(B) | 42.98º | 0.6% | 0.93% | - |
| XYZ | 56.4 | 58.14 | 19.08 | - |
| YUV | 196.45 | 70.75 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 95 | 0 | 0.17 | 0.60 | 0.07 | 42.98 | 0.79 | 0.65 |
| Hex | EC | C4 | 5F | 0 | 11 | 3C | 7 | 2B | 4F | 41 |
| Octal | 354 | 304 | 137 | 0 | 21 | 74 | 7 | 53 | 117 | 101 |
| Binary | 11101100 | 11000100 | 1011111 | 0 | 10001 | 111100 | 111 | 101011 | 1001111 | 1000001 |
Color Harmonies of #ECC45F
Complementary color
Monochromatic Colors of #ECC45F
Black with #ECC45F
Text Example
Text Example
White with #ECC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC45F; }
p { color: rgb(236,196,95); }
H1.HeaderClassName
{
color: #ECC45F;
}
.AnyTagClassName
{
color: #ECC45F;
}
</style>
background-color css
<style>
a { background-color: #ECC45F; }
a { background-color: rgb(236,196,95); }
div.DivClassName
{
background-color: #ECC45F;
}
.BgClassName
{
background-color: #ECC45F;
}
</style>
border-color css
<style>
span { border-color: #ECC45F; }
span { border-color: rgb(236,196,95); }
td.TdClassName
{
border-color: #ECC45F;
}
.TagClassName
{
border-color: #ECC45F;
}
</style>