Shades of Cream Can #ECC450
Tints of Cream Can #ECC450
RGB
CMYK
RGB Variations
Color information
#ECC450 (or 0xECC450) is known color: Cream Can. HEX triplet: EC, C4 and 50. RGB value is (236,196,80). Sum of RGB (Red+Green+Blue) = 236+196+80=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC450 is #133BAF. Grayscale: #C3C3C3. Windows color (decimal): -1260464 or 5293292. OLE color: 5293292.
HSL color Cylindrical-coordinate representation of color #ECC450: hue angle of 44.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECC450 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 80 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.07 |
| HSL | 44.62º | 0.8% | 0.62% | - |
| HSV(B) | 44.62º | 0.66% | 0.93% | - |
| XYZ | 55.78 | 57.89 | 15.82 | - |
| YUV | 194.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 80 | 0 | 0.17 | 0.66 | 0.07 | 44.62 | 0.8 | 0.62 |
| Hex | EC | C4 | 50 | 0 | 11 | 42 | 7 | 2D | 50 | 3E |
| Octal | 354 | 304 | 120 | 0 | 21 | 102 | 7 | 55 | 120 | 76 |
| Binary | 11101100 | 11000100 | 1010000 | 0 | 10001 | 1000010 | 111 | 101101 | 1010000 | 111110 |
Color Harmonies of #ECC450
Complementary color
Monochromatic Colors of #ECC450
Black with #ECC450
Text Example
Text Example
White with #ECC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC450; }
p { color: rgb(236,196,80); }
H1.HeaderClassName
{
color: #ECC450;
}
.AnyTagClassName
{
color: #ECC450;
}
</style>
background-color css
<style>
a { background-color: #ECC450; }
a { background-color: rgb(236,196,80); }
div.DivClassName
{
background-color: #ECC450;
}
.BgClassName
{
background-color: #ECC450;
}
</style>
border-color css
<style>
span { border-color: #ECC450; }
span { border-color: rgb(236,196,80); }
td.TdClassName
{
border-color: #ECC450;
}
.TagClassName
{
border-color: #ECC450;
}
</style>