Shades of Cream Can #ECC551
Tints of Cream Can #ECC551
RGB
CMYK
RGB Variations
Color information
#ECC551 (or 0xECC551) is known color: Cream Can. HEX triplet: EC, C5 and 51. RGB value is (236,197,81). Sum of RGB (Red+Green+Blue) = 236+197+81=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC551 is #133AAE. Grayscale: #C3C3C3. Windows color (decimal): -1260207 or 5359084. OLE color: 5359084.
HSL color Cylindrical-coordinate representation of color #ECC551: hue angle of 44.9º 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 #ECC551 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 81 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.07 |
| HSL | 44.9º | 0.8% | 0.62% | - |
| HSV(B) | 44.9º | 0.66% | 0.93% | - |
| XYZ | 56.04 | 58.36 | 16.1 | - |
| YUV | 195.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 81 | 0 | 0.17 | 0.66 | 0.07 | 44.9 | 0.8 | 0.62 |
| Hex | EC | C5 | 51 | 0 | 11 | 42 | 7 | 2D | 50 | 3E |
| Octal | 354 | 305 | 121 | 0 | 21 | 102 | 7 | 55 | 120 | 76 |
| Binary | 11101100 | 11000101 | 1010001 | 0 | 10001 | 1000010 | 111 | 101101 | 1010000 | 111110 |
Color Harmonies of #ECC551
Complementary color
Monochromatic Colors of #ECC551
Black with #ECC551
Text Example
Text Example
White with #ECC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC551; }
p { color: rgb(236,197,81); }
H1.HeaderClassName
{
color: #ECC551;
}
.AnyTagClassName
{
color: #ECC551;
}
</style>
background-color css
<style>
a { background-color: #ECC551; }
a { background-color: rgb(236,197,81); }
div.DivClassName
{
background-color: #ECC551;
}
.BgClassName
{
background-color: #ECC551;
}
</style>
border-color css
<style>
span { border-color: #ECC551; }
span { border-color: rgb(236,197,81); }
td.TdClassName
{
border-color: #ECC551;
}
.TagClassName
{
border-color: #ECC551;
}
</style>