Shades of Cream Can #ECC651
Tints of Cream Can #ECC651
RGB
CMYK
RGB Variations
Color information
#ECC651 (or 0xECC651) is known color: Cream Can. HEX triplet: EC, C6 and 51. RGB value is (236,198,81). Sum of RGB (Red+Green+Blue) = 236+198+81=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC651 is #1339AE. Grayscale: #C4C4C4. Windows color (decimal): -1259951 or 5359340. OLE color: 5359340.
HSL color Cylindrical-coordinate representation of color #ECC651: hue angle of 45.29º 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 #ECC651 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 81 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.07 |
| HSL | 45.29º | 0.8% | 0.62% | - |
| HSV(B) | 45.29º | 0.66% | 0.93% | - |
| XYZ | 56.27 | 58.82 | 16.17 | - |
| YUV | 196.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 81 | 0 | 0.16 | 0.66 | 0.07 | 45.29 | 0.8 | 0.62 |
| Hex | EC | C6 | 51 | 0 | 10 | 42 | 7 | 2D | 50 | 3E |
| Octal | 354 | 306 | 121 | 0 | 20 | 102 | 7 | 55 | 120 | 76 |
| Binary | 11101100 | 11000110 | 1010001 | 0 | 10000 | 1000010 | 111 | 101101 | 1010000 | 111110 |
Color Harmonies of #ECC651
Complementary color
Monochromatic Colors of #ECC651
Black with #ECC651
Text Example
Text Example
White with #ECC651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC651; }
p { color: rgb(236,198,81); }
H1.HeaderClassName
{
color: #ECC651;
}
.AnyTagClassName
{
color: #ECC651;
}
</style>
background-color css
<style>
a { background-color: #ECC651; }
a { background-color: rgb(236,198,81); }
div.DivClassName
{
background-color: #ECC651;
}
.BgClassName
{
background-color: #ECC651;
}
</style>
border-color css
<style>
span { border-color: #ECC651; }
span { border-color: rgb(236,198,81); }
td.TdClassName
{
border-color: #ECC651;
}
.TagClassName
{
border-color: #ECC651;
}
</style>