Shades of Cream Can #ECC259
Tints of Cream Can #ECC259
RGB
CMYK
RGB Variations
Color information
#ECC259 (or 0xECC259) is known color: Cream Can. HEX triplet: EC, C2 and 59. RGB value is (236,194,89). Sum of RGB (Red+Green+Blue) = 236+194+89=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC259 is #133DA6. Grayscale: #C3C3C3. Windows color (decimal): -1260967 or 5882604. OLE color: 5882604.
HSL color Cylindrical-coordinate representation of color #ECC259: hue angle of 42.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECC259 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 89 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.07 |
| HSL | 42.86º | 0.79% | 0.64% | - |
| HSV(B) | 42.86º | 0.62% | 0.93% | - |
| XYZ | 55.69 | 57.14 | 17.54 | - |
| YUV | 194.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 89 | 0 | 0.18 | 0.62 | 0.07 | 42.86 | 0.79 | 0.64 |
| Hex | EC | C2 | 59 | 0 | 12 | 3E | 7 | 2B | 4F | 40 |
| Octal | 354 | 302 | 131 | 0 | 22 | 76 | 7 | 53 | 117 | 100 |
| Binary | 11101100 | 11000010 | 1011001 | 0 | 10010 | 111110 | 111 | 101011 | 1001111 | 1000000 |
Color Harmonies of #ECC259
Complementary color
Monochromatic Colors of #ECC259
Black with #ECC259
Text Example
Text Example
White with #ECC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC259; }
p { color: rgb(236,194,89); }
H1.HeaderClassName
{
color: #ECC259;
}
.AnyTagClassName
{
color: #ECC259;
}
</style>
background-color css
<style>
a { background-color: #ECC259; }
a { background-color: rgb(236,194,89); }
div.DivClassName
{
background-color: #ECC259;
}
.BgClassName
{
background-color: #ECC259;
}
</style>
border-color css
<style>
span { border-color: #ECC259; }
span { border-color: rgb(236,194,89); }
td.TdClassName
{
border-color: #ECC259;
}
.TagClassName
{
border-color: #ECC259;
}
</style>