Shades of Cream Can #ECC54E
Tints of Cream Can #ECC54E
RGB
CMYK
RGB Variations
Color information
#ECC54E (or 0xECC54E) is known color: Cream Can. HEX triplet: EC, C5 and 4E. RGB value is (236,197,78). Sum of RGB (Red+Green+Blue) = 236+197+78=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC54E is #133AB1. Grayscale: #C3C3C3. Windows color (decimal): -1260210 or 5162476. OLE color: 5162476.
HSL color Cylindrical-coordinate representation of color #ECC54E: hue angle of 45.19º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECC54E is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 78 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 45.19º | 0.81% | 0.62% | - |
| HSV(B) | 45.19º | 0.67% | 0.93% | - |
| XYZ | 55.93 | 58.32 | 15.52 | - |
| YUV | 195.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 78 | 0 | 0.17 | 0.67 | 0.07 | 45.19 | 0.81 | 0.62 |
| Hex | EC | C5 | 4E | 0 | 11 | 43 | 7 | 2D | 51 | 3E |
| Octal | 354 | 305 | 116 | 0 | 21 | 103 | 7 | 55 | 121 | 76 |
| Binary | 11101100 | 11000101 | 1001110 | 0 | 10001 | 1000011 | 111 | 101101 | 1010001 | 111110 |
Color Harmonies of #ECC54E
Complementary color
Monochromatic Colors of #ECC54E
Black with #ECC54E
Text Example
Text Example
White with #ECC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC54E; }
p { color: rgb(236,197,78); }
H1.HeaderClassName
{
color: #ECC54E;
}
.AnyTagClassName
{
color: #ECC54E;
}
</style>
background-color css
<style>
a { background-color: #ECC54E; }
a { background-color: rgb(236,197,78); }
div.DivClassName
{
background-color: #ECC54E;
}
.BgClassName
{
background-color: #ECC54E;
}
</style>
border-color css
<style>
span { border-color: #ECC54E; }
span { border-color: rgb(236,197,78); }
td.TdClassName
{
border-color: #ECC54E;
}
.TagClassName
{
border-color: #ECC54E;
}
</style>