Shades of Cream Can #ECC248
Tints of Cream Can #ECC248
RGB
CMYK
RGB Variations
Color information
#ECC248 (or 0xECC248) is known color: Cream Can. HEX triplet: EC, C2 and 48. RGB value is (236,194,72). Sum of RGB (Red+Green+Blue) = 236+194+72=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC248 is #133DB7. Grayscale: #C1C1C1. Windows color (decimal): -1260984 or 4768492. OLE color: 4768492.
HSL color Cylindrical-coordinate representation of color #ECC248: hue angle of 44.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECC248 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 72 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.07 |
| HSL | 44.63º | 0.81% | 0.6% | - |
| HSV(B) | 44.63º | 0.69% | 0.93% | - |
| XYZ | 55.05 | 56.88 | 14.21 | - |
| YUV | 192.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 72 | 0 | 0.18 | 0.69 | 0.07 | 44.63 | 0.81 | 0.6 |
| Hex | EC | C2 | 48 | 0 | 12 | 45 | 7 | 2D | 51 | 3C |
| Octal | 354 | 302 | 110 | 0 | 22 | 105 | 7 | 55 | 121 | 74 |
| Binary | 11101100 | 11000010 | 1001000 | 0 | 10010 | 1000101 | 111 | 101101 | 1010001 | 111100 |
Color Harmonies of #ECC248
Complementary color
Monochromatic Colors of #ECC248
Black with #ECC248
Text Example
Text Example
White with #ECC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC248; }
p { color: rgb(236,194,72); }
H1.HeaderClassName
{
color: #ECC248;
}
.AnyTagClassName
{
color: #ECC248;
}
</style>
background-color css
<style>
a { background-color: #ECC248; }
a { background-color: rgb(236,194,72); }
div.DivClassName
{
background-color: #ECC248;
}
.BgClassName
{
background-color: #ECC248;
}
</style>
border-color css
<style>
span { border-color: #ECC248; }
span { border-color: rgb(236,194,72); }
td.TdClassName
{
border-color: #ECC248;
}
.TagClassName
{
border-color: #ECC248;
}
</style>