Shades of Cream Can #ECBF47
Tints of Cream Can #ECBF47
RGB
CMYK
RGB Variations
Color information
#ECBF47 (or 0xECBF47) is known color: Cream Can. HEX triplet: EC, BF and 47. RGB value is (236,191,71). Sum of RGB (Red+Green+Blue) = 236+191+71=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF47 is #1340B8. Grayscale: #BFBFBF. Windows color (decimal): -1261753 or 4702188. OLE color: 4702188.
HSL color Cylindrical-coordinate representation of color #ECBF47: hue angle of 43.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECBF47 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 71 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.07 |
| HSL | 43.64º | 0.81% | 0.6% | - |
| HSV(B) | 43.64º | 0.7% | 0.93% | - |
| XYZ | 54.36 | 55.55 | 13.82 | - |
| YUV | 190.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 71 | 0 | 0.19 | 0.70 | 0.07 | 43.64 | 0.81 | 0.6 |
| Hex | EC | BF | 47 | 0 | 13 | 46 | 7 | 2C | 51 | 3C |
| Octal | 354 | 277 | 107 | 0 | 23 | 106 | 7 | 54 | 121 | 74 |
| Binary | 11101100 | 10111111 | 1000111 | 0 | 10011 | 1000110 | 111 | 101100 | 1010001 | 111100 |
Color Harmonies of #ECBF47
Complementary color
Monochromatic Colors of #ECBF47
Black with #ECBF47
Text Example
Text Example
White with #ECBF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF47; }
p { color: rgb(236,191,71); }
H1.HeaderClassName
{
color: #ECBF47;
}
.AnyTagClassName
{
color: #ECBF47;
}
</style>
background-color css
<style>
a { background-color: #ECBF47; }
a { background-color: rgb(236,191,71); }
div.DivClassName
{
background-color: #ECBF47;
}
.BgClassName
{
background-color: #ECBF47;
}
</style>
border-color css
<style>
span { border-color: #ECBF47; }
span { border-color: rgb(236,191,71); }
td.TdClassName
{
border-color: #ECBF47;
}
.TagClassName
{
border-color: #ECBF47;
}
</style>