Shades of Cream Can #ECBD50
Tints of Cream Can #ECBD50
RGB
CMYK
RGB Variations
Color information
#ECBD50 (or 0xECBD50) is known color: Cream Can. HEX triplet: EC, BD and 50. RGB value is (236,189,80). Sum of RGB (Red+Green+Blue) = 236+189+80=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD50 is #1342AF. Grayscale: #BFBFBF. Windows color (decimal): -1262256 or 5291500. OLE color: 5291500.
HSL color Cylindrical-coordinate representation of color #ECBD50: hue angle of 41.92º 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 #ECBD50 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 80 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.07 |
| HSL | 41.92º | 0.8% | 0.62% | - |
| HSV(B) | 41.92º | 0.66% | 0.93% | - |
| XYZ | 54.24 | 54.81 | 15.31 | - |
| YUV | 190.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 80 | 0 | 0.20 | 0.66 | 0.07 | 41.92 | 0.8 | 0.62 |
| Hex | EC | BD | 50 | 0 | 14 | 42 | 7 | 2A | 50 | 3E |
| Octal | 354 | 275 | 120 | 0 | 24 | 102 | 7 | 52 | 120 | 76 |
| Binary | 11101100 | 10111101 | 1010000 | 0 | 10100 | 1000010 | 111 | 101010 | 1010000 | 111110 |
Color Harmonies of #ECBD50
Complementary color
Monochromatic Colors of #ECBD50
Black with #ECBD50
Text Example
Text Example
White with #ECBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD50; }
p { color: rgb(236,189,80); }
H1.HeaderClassName
{
color: #ECBD50;
}
.AnyTagClassName
{
color: #ECBD50;
}
</style>
background-color css
<style>
a { background-color: #ECBD50; }
a { background-color: rgb(236,189,80); }
div.DivClassName
{
background-color: #ECBD50;
}
.BgClassName
{
background-color: #ECBD50;
}
</style>
border-color css
<style>
span { border-color: #ECBD50; }
span { border-color: rgb(236,189,80); }
td.TdClassName
{
border-color: #ECBD50;
}
.TagClassName
{
border-color: #ECBD50;
}
</style>