Shades of Cream Can #ECC54F
Tints of Cream Can #ECC54F
RGB
CMYK
RGB Variations
Color information
#ECC54F (or 0xECC54F) is known color: Cream Can. HEX triplet: EC, C5 and 4F. RGB value is (236,197,79). Sum of RGB (Red+Green+Blue) = 236+197+79=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC54F is #133AB0. Grayscale: #C3C3C3. Windows color (decimal): -1260209 or 5228012. OLE color: 5228012.
HSL color Cylindrical-coordinate representation of color #ECC54F: hue angle of 45.1º 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 #ECC54F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 79 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.07 |
| HSL | 45.1º | 0.81% | 0.62% | - |
| HSV(B) | 45.1º | 0.67% | 0.93% | - |
| XYZ | 55.97 | 58.33 | 15.71 | - |
| YUV | 195.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 79 | 0 | 0.17 | 0.67 | 0.07 | 45.1 | 0.81 | 0.62 |
| Hex | EC | C5 | 4F | 0 | 11 | 43 | 7 | 2D | 51 | 3E |
| Octal | 354 | 305 | 117 | 0 | 21 | 103 | 7 | 55 | 121 | 76 |
| Binary | 11101100 | 11000101 | 1001111 | 0 | 10001 | 1000011 | 111 | 101101 | 1010001 | 111110 |
Color Harmonies of #ECC54F
Complementary color
Monochromatic Colors of #ECC54F
Black with #ECC54F
Text Example
Text Example
White with #ECC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC54F; }
p { color: rgb(236,197,79); }
H1.HeaderClassName
{
color: #ECC54F;
}
.AnyTagClassName
{
color: #ECC54F;
}
</style>
background-color css
<style>
a { background-color: #ECC54F; }
a { background-color: rgb(236,197,79); }
div.DivClassName
{
background-color: #ECC54F;
}
.BgClassName
{
background-color: #ECC54F;
}
</style>
border-color css
<style>
span { border-color: #ECC54F; }
span { border-color: rgb(236,197,79); }
td.TdClassName
{
border-color: #ECC54F;
}
.TagClassName
{
border-color: #ECC54F;
}
</style>