Shades of Cream Can #ECC454
Tints of Cream Can #ECC454
RGB
CMYK
RGB Variations
Color information
#ECC454 (or 0xECC454) is known color: Cream Can. HEX triplet: EC, C4 and 54. RGB value is (236,196,84). Sum of RGB (Red+Green+Blue) = 236+196+84=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC454 is #133BAB. Grayscale: #C3C3C3. Windows color (decimal): -1260460 or 5555436. OLE color: 5555436.
HSL color Cylindrical-coordinate representation of color #ECC454: hue angle of 44.21º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECC454 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 84 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.07 |
| HSL | 44.21º | 0.8% | 0.63% | - |
| HSV(B) | 44.21º | 0.64% | 0.93% | - |
| XYZ | 55.93 | 57.95 | 16.63 | - |
| YUV | 195.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 84 | 0 | 0.17 | 0.64 | 0.07 | 44.21 | 0.8 | 0.63 |
| Hex | EC | C4 | 54 | 0 | 11 | 40 | 7 | 2C | 50 | 3F |
| Octal | 354 | 304 | 124 | 0 | 21 | 100 | 7 | 54 | 120 | 77 |
| Binary | 11101100 | 11000100 | 1010100 | 0 | 10001 | 1000000 | 111 | 101100 | 1010000 | 111111 |
Color Harmonies of #ECC454
Complementary color
Monochromatic Colors of #ECC454
Black with #ECC454
Text Example
Text Example
White with #ECC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC454; }
p { color: rgb(236,196,84); }
H1.HeaderClassName
{
color: #ECC454;
}
.AnyTagClassName
{
color: #ECC454;
}
</style>
background-color css
<style>
a { background-color: #ECC454; }
a { background-color: rgb(236,196,84); }
div.DivClassName
{
background-color: #ECC454;
}
.BgClassName
{
background-color: #ECC454;
}
</style>
border-color css
<style>
span { border-color: #ECC454; }
span { border-color: rgb(236,196,84); }
td.TdClassName
{
border-color: #ECC454;
}
.TagClassName
{
border-color: #ECC454;
}
</style>