Shades of Cream Can #ECBF51
Tints of Cream Can #ECBF51
RGB
CMYK
RGB Variations
Color information
#ECBF51 (or 0xECBF51) is known color: Cream Can. HEX triplet: EC, BF and 51. RGB value is (236,191,81). Sum of RGB (Red+Green+Blue) = 236+191+81=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF51 is #1340AE. Grayscale: #C0C0C0. Windows color (decimal): -1261743 or 5357548. OLE color: 5357548.
HSL color Cylindrical-coordinate representation of color #ECBF51: hue angle of 42.58º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECBF51 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 81 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.07 |
| HSL | 42.58º | 0.8% | 0.62% | - |
| HSV(B) | 42.58º | 0.66% | 0.93% | - |
| XYZ | 54.71 | 55.69 | 15.65 | - |
| YUV | 191.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 81 | 0 | 0.19 | 0.66 | 0.07 | 42.58 | 0.8 | 0.62 |
| Hex | EC | BF | 51 | 0 | 13 | 42 | 7 | 2B | 50 | 3E |
| Octal | 354 | 277 | 121 | 0 | 23 | 102 | 7 | 53 | 120 | 76 |
| Binary | 11101100 | 10111111 | 1010001 | 0 | 10011 | 1000010 | 111 | 101011 | 1010000 | 111110 |
Color Harmonies of #ECBF51
Complementary color
Monochromatic Colors of #ECBF51
Black with #ECBF51
Text Example
Text Example
White with #ECBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF51; }
p { color: rgb(236,191,81); }
H1.HeaderClassName
{
color: #ECBF51;
}
.AnyTagClassName
{
color: #ECBF51;
}
</style>
background-color css
<style>
a { background-color: #ECBF51; }
a { background-color: rgb(236,191,81); }
div.DivClassName
{
background-color: #ECBF51;
}
.BgClassName
{
background-color: #ECBF51;
}
</style>
border-color css
<style>
span { border-color: #ECBF51; }
span { border-color: rgb(236,191,81); }
td.TdClassName
{
border-color: #ECBF51;
}
.TagClassName
{
border-color: #ECBF51;
}
</style>