Shades of Cream Can #ECBF50
Tints of Cream Can #ECBF50
RGB
CMYK
RGB Variations
Color information
#ECBF50 (or 0xECBF50) is known color: Cream Can. HEX triplet: EC, BF and 50. RGB value is (236,191,80). Sum of RGB (Red+Green+Blue) = 236+191+80=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF50 is #1340AF. Grayscale: #C0C0C0. Windows color (decimal): -1261744 or 5292012. OLE color: 5292012.
HSL color Cylindrical-coordinate representation of color #ECBF50: hue angle of 42.69º 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 #ECBF50 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 80 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.07 |
| HSL | 42.69º | 0.8% | 0.62% | - |
| HSV(B) | 42.69º | 0.66% | 0.93% | - |
| XYZ | 54.67 | 55.67 | 15.45 | - |
| YUV | 191.8 | 64.91 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 80 | 0 | 0.19 | 0.66 | 0.07 | 42.69 | 0.8 | 0.62 |
| Hex | EC | BF | 50 | 0 | 13 | 42 | 7 | 2B | 50 | 3E |
| Octal | 354 | 277 | 120 | 0 | 23 | 102 | 7 | 53 | 120 | 76 |
| Binary | 11101100 | 10111111 | 1010000 | 0 | 10011 | 1000010 | 111 | 101011 | 1010000 | 111110 |
Color Harmonies of #ECBF50
Complementary color
Monochromatic Colors of #ECBF50
Black with #ECBF50
Text Example
Text Example
White with #ECBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF50; }
p { color: rgb(236,191,80); }
H1.HeaderClassName
{
color: #ECBF50;
}
.AnyTagClassName
{
color: #ECBF50;
}
</style>
background-color css
<style>
a { background-color: #ECBF50; }
a { background-color: rgb(236,191,80); }
div.DivClassName
{
background-color: #ECBF50;
}
.BgClassName
{
background-color: #ECBF50;
}
</style>
border-color css
<style>
span { border-color: #ECBF50; }
span { border-color: rgb(236,191,80); }
td.TdClassName
{
border-color: #ECBF50;
}
.TagClassName
{
border-color: #ECBF50;
}
</style>