Shades of Cream Can #ECC54D
Tints of Cream Can #ECC54D
RGB
CMYK
RGB Variations
Color information
#ECC54D (or 0xECC54D) is known color: Cream Can. HEX triplet: EC, C5 and 4D. RGB value is (236,197,77). Sum of RGB (Red+Green+Blue) = 236+197+77=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC54D is #133AB2. Grayscale: #C3C3C3. Windows color (decimal): -1260211 or 5096940. OLE color: 5096940.
HSL color Cylindrical-coordinate representation of color #ECC54D: hue angle of 45.28º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECC54D is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 77 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 45.28º | 0.81% | 0.61% | - |
| HSV(B) | 45.28º | 0.67% | 0.93% | - |
| XYZ | 55.9 | 58.3 | 15.33 | - |
| YUV | 194.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 77 | 0 | 0.17 | 0.67 | 0.07 | 45.28 | 0.81 | 0.61 |
| Hex | EC | C5 | 4D | 0 | 11 | 43 | 7 | 2D | 51 | 3D |
| Octal | 354 | 305 | 115 | 0 | 21 | 103 | 7 | 55 | 121 | 75 |
| Binary | 11101100 | 11000101 | 1001101 | 0 | 10001 | 1000011 | 111 | 101101 | 1010001 | 111101 |
Color Harmonies of #ECC54D
Complementary color
Monochromatic Colors of #ECC54D
Black with #ECC54D
Text Example
Text Example
White with #ECC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC54D; }
p { color: rgb(236,197,77); }
H1.HeaderClassName
{
color: #ECC54D;
}
.AnyTagClassName
{
color: #ECC54D;
}
</style>
background-color css
<style>
a { background-color: #ECC54D; }
a { background-color: rgb(236,197,77); }
div.DivClassName
{
background-color: #ECC54D;
}
.BgClassName
{
background-color: #ECC54D;
}
</style>
border-color css
<style>
span { border-color: #ECC54D; }
span { border-color: rgb(236,197,77); }
td.TdClassName
{
border-color: #ECC54D;
}
.TagClassName
{
border-color: #ECC54D;
}
</style>