Shades of Cream Can #ECC043
Tints of Cream Can #ECC043
RGB
CMYK
RGB Variations
Color information
#ECC043 (or 0xECC043) is known color: Cream Can. HEX triplet: EC, C0 and 43. RGB value is (236,192,67). Sum of RGB (Red+Green+Blue) = 236+192+67=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC043 is #133FBC. Grayscale: #BFBFBF. Windows color (decimal): -1261501 or 4440300. OLE color: 4440300.
HSL color Cylindrical-coordinate representation of color #ECC043: hue angle of 44.38º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECC043 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 67 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.07 |
| HSL | 44.38º | 0.82% | 0.59% | - |
| HSV(B) | 44.38º | 0.72% | 0.93% | - |
| XYZ | 54.45 | 55.94 | 13.24 | - |
| YUV | 190.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 67 | 0 | 0.19 | 0.72 | 0.07 | 44.38 | 0.82 | 0.59 |
| Hex | EC | C0 | 43 | 0 | 13 | 48 | 7 | 2C | 52 | 3B |
| Octal | 354 | 300 | 103 | 0 | 23 | 110 | 7 | 54 | 122 | 73 |
| Binary | 11101100 | 11000000 | 1000011 | 0 | 10011 | 1001000 | 111 | 101100 | 1010010 | 111011 |
Color Harmonies of #ECC043
Complementary color
Monochromatic Colors of #ECC043
Black with #ECC043
Text Example
Text Example
White with #ECC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC043; }
p { color: rgb(236,192,67); }
H1.HeaderClassName
{
color: #ECC043;
}
.AnyTagClassName
{
color: #ECC043;
}
</style>
background-color css
<style>
a { background-color: #ECC043; }
a { background-color: rgb(236,192,67); }
div.DivClassName
{
background-color: #ECC043;
}
.BgClassName
{
background-color: #ECC043;
}
</style>
border-color css
<style>
span { border-color: #ECC043; }
span { border-color: rgb(236,192,67); }
td.TdClassName
{
border-color: #ECC043;
}
.TagClassName
{
border-color: #ECC043;
}
</style>