Shades of Cream Can #ECC05D
Tints of Cream Can #ECC05D
RGB
CMYK
RGB Variations
Color information
#ECC05D (or 0xECC05D) is known color: Cream Can. HEX triplet: EC, C0 and 5D. RGB value is (236,192,93). Sum of RGB (Red+Green+Blue) = 236+192+93=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC05D is #133FA2. Grayscale: #C2C2C2. Windows color (decimal): -1261475 or 6144236. OLE color: 6144236.
HSL color Cylindrical-coordinate representation of color #ECC05D: hue angle of 41.54º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECC05D is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 93 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.07 |
| HSL | 41.54º | 0.79% | 0.65% | - |
| HSV(B) | 41.54º | 0.61% | 0.93% | - |
| XYZ | 55.42 | 56.32 | 18.31 | - |
| YUV | 193.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 93 | 0 | 0.19 | 0.61 | 0.07 | 41.54 | 0.79 | 0.65 |
| Hex | EC | C0 | 5D | 0 | 13 | 3D | 7 | 2A | 4F | 41 |
| Octal | 354 | 300 | 135 | 0 | 23 | 75 | 7 | 52 | 117 | 101 |
| Binary | 11101100 | 11000000 | 1011101 | 0 | 10011 | 111101 | 111 | 101010 | 1001111 | 1000001 |
Color Harmonies of #ECC05D
Complementary color
Monochromatic Colors of #ECC05D
Black with #ECC05D
Text Example
Text Example
White with #ECC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC05D; }
p { color: rgb(236,192,93); }
H1.HeaderClassName
{
color: #ECC05D;
}
.AnyTagClassName
{
color: #ECC05D;
}
</style>
background-color css
<style>
a { background-color: #ECC05D; }
a { background-color: rgb(236,192,93); }
div.DivClassName
{
background-color: #ECC05D;
}
.BgClassName
{
background-color: #ECC05D;
}
</style>
border-color css
<style>
span { border-color: #ECC05D; }
span { border-color: rgb(236,192,93); }
td.TdClassName
{
border-color: #ECC05D;
}
.TagClassName
{
border-color: #ECC05D;
}
</style>