Shades of Cream Can #ECC151
Tints of Cream Can #ECC151
RGB
CMYK
RGB Variations
Color information
#ECC151 (or 0xECC151) is known color: Cream Can. HEX triplet: EC, C1 and 51. RGB value is (236,193,81). Sum of RGB (Red+Green+Blue) = 236+193+81=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC151 is #133EAE. Grayscale: #C1C1C1. Windows color (decimal): -1261231 or 5358060. OLE color: 5358060.
HSL color Cylindrical-coordinate representation of color #ECC151: hue angle of 43.35º 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 #ECC151 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 81 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.07 |
| HSL | 43.35º | 0.8% | 0.62% | - |
| HSV(B) | 43.35º | 0.66% | 0.93% | - |
| XYZ | 55.15 | 56.57 | 15.8 | - |
| YUV | 193.09 | 64.75 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 81 | 0 | 0.18 | 0.66 | 0.07 | 43.35 | 0.8 | 0.62 |
| Hex | EC | C1 | 51 | 0 | 12 | 42 | 7 | 2B | 50 | 3E |
| Octal | 354 | 301 | 121 | 0 | 22 | 102 | 7 | 53 | 120 | 76 |
| Binary | 11101100 | 11000001 | 1010001 | 0 | 10010 | 1000010 | 111 | 101011 | 1010000 | 111110 |
Color Harmonies of #ECC151
Complementary color
Monochromatic Colors of #ECC151
Black with #ECC151
Text Example
Text Example
White with #ECC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC151; }
p { color: rgb(236,193,81); }
H1.HeaderClassName
{
color: #ECC151;
}
.AnyTagClassName
{
color: #ECC151;
}
</style>
background-color css
<style>
a { background-color: #ECC151; }
a { background-color: rgb(236,193,81); }
div.DivClassName
{
background-color: #ECC151;
}
.BgClassName
{
background-color: #ECC151;
}
</style>
border-color css
<style>
span { border-color: #ECC151; }
span { border-color: rgb(236,193,81); }
td.TdClassName
{
border-color: #ECC151;
}
.TagClassName
{
border-color: #ECC151;
}
</style>