Shades of Cream Can #ECBF55
Tints of Cream Can #ECBF55
RGB
CMYK
RGB Variations
Color information
#ECBF55 (or 0xECBF55) is known color: Cream Can. HEX triplet: EC, BF and 55. RGB value is (236,191,85). Sum of RGB (Red+Green+Blue) = 236+191+85=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF55 is #1340AA. Grayscale: #C0C0C0. Windows color (decimal): -1261739 or 5619692. OLE color: 5619692.
HSL color Cylindrical-coordinate representation of color #ECBF55: hue angle of 42.12º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECBF55 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 85 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.07 |
| HSL | 42.12º | 0.8% | 0.63% | - |
| HSV(B) | 42.12º | 0.64% | 0.93% | - |
| XYZ | 54.86 | 55.75 | 16.46 | - |
| YUV | 192.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 85 | 0 | 0.19 | 0.64 | 0.07 | 42.12 | 0.8 | 0.63 |
| Hex | EC | BF | 55 | 0 | 13 | 40 | 7 | 2A | 50 | 3F |
| Octal | 354 | 277 | 125 | 0 | 23 | 100 | 7 | 52 | 120 | 77 |
| Binary | 11101100 | 10111111 | 1010101 | 0 | 10011 | 1000000 | 111 | 101010 | 1010000 | 111111 |
Color Harmonies of #ECBF55
Complementary color
Monochromatic Colors of #ECBF55
Black with #ECBF55
Text Example
Text Example
White with #ECBF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF55; }
p { color: rgb(236,191,85); }
H1.HeaderClassName
{
color: #ECBF55;
}
.AnyTagClassName
{
color: #ECBF55;
}
</style>
background-color css
<style>
a { background-color: #ECBF55; }
a { background-color: rgb(236,191,85); }
div.DivClassName
{
background-color: #ECBF55;
}
.BgClassName
{
background-color: #ECBF55;
}
</style>
border-color css
<style>
span { border-color: #ECBF55; }
span { border-color: rgb(236,191,85); }
td.TdClassName
{
border-color: #ECBF55;
}
.TagClassName
{
border-color: #ECBF55;
}
</style>