Shades of Cream Can #ECC05B
Tints of Cream Can #ECC05B
RGB
CMYK
RGB Variations
Color information
#ECC05B (or 0xECC05B) is known color: Cream Can. HEX triplet: EC, C0 and 5B. RGB value is (236,192,91). Sum of RGB (Red+Green+Blue) = 236+192+91=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC05B is #133FA4. Grayscale: #C2C2C2. Windows color (decimal): -1261477 or 6013164. OLE color: 6013164.
HSL color Cylindrical-coordinate representation of color #ECC05B: hue angle of 41.79º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECC05B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 91 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.07 |
| HSL | 41.79º | 0.79% | 0.64% | - |
| HSV(B) | 41.79º | 0.61% | 0.93% | - |
| XYZ | 55.33 | 56.29 | 17.85 | - |
| YUV | 193.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 91 | 0 | 0.19 | 0.61 | 0.07 | 41.79 | 0.79 | 0.64 |
| Hex | EC | C0 | 5B | 0 | 13 | 3D | 7 | 2A | 4F | 40 |
| Octal | 354 | 300 | 133 | 0 | 23 | 75 | 7 | 52 | 117 | 100 |
| Binary | 11101100 | 11000000 | 1011011 | 0 | 10011 | 111101 | 111 | 101010 | 1001111 | 1000000 |
Color Harmonies of #ECC05B
Complementary color
Monochromatic Colors of #ECC05B
Black with #ECC05B
Text Example
Text Example
White with #ECC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC05B; }
p { color: rgb(236,192,91); }
H1.HeaderClassName
{
color: #ECC05B;
}
.AnyTagClassName
{
color: #ECC05B;
}
</style>
background-color css
<style>
a { background-color: #ECC05B; }
a { background-color: rgb(236,192,91); }
div.DivClassName
{
background-color: #ECC05B;
}
.BgClassName
{
background-color: #ECC05B;
}
</style>
border-color css
<style>
span { border-color: #ECC05B; }
span { border-color: rgb(236,192,91); }
td.TdClassName
{
border-color: #ECC05B;
}
.TagClassName
{
border-color: #ECC05B;
}
</style>