Shades of Cream Can #ECBD54
Tints of Cream Can #ECBD54
RGB
CMYK
RGB Variations
Color information
#ECBD54 (or 0xECBD54) is known color: Cream Can. HEX triplet: EC, BD and 54. RGB value is (236,189,84). Sum of RGB (Red+Green+Blue) = 236+189+84=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD54 is #1342AB. Grayscale: #BFBFBF. Windows color (decimal): -1262252 or 5553644. OLE color: 5553644.
HSL color Cylindrical-coordinate representation of color #ECBD54: hue angle of 41.45º 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 #ECBD54 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 84 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.07 |
| HSL | 41.45º | 0.8% | 0.63% | - |
| HSV(B) | 41.45º | 0.64% | 0.93% | - |
| XYZ | 54.39 | 54.87 | 16.11 | - |
| YUV | 191.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 84 | 0 | 0.20 | 0.64 | 0.07 | 41.45 | 0.8 | 0.63 |
| Hex | EC | BD | 54 | 0 | 14 | 40 | 7 | 29 | 50 | 3F |
| Octal | 354 | 275 | 124 | 0 | 24 | 100 | 7 | 51 | 120 | 77 |
| Binary | 11101100 | 10111101 | 1010100 | 0 | 10100 | 1000000 | 111 | 101001 | 1010000 | 111111 |
Color Harmonies of #ECBD54
Complementary color
Monochromatic Colors of #ECBD54
Black with #ECBD54
Text Example
Text Example
White with #ECBD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD54; }
p { color: rgb(236,189,84); }
H1.HeaderClassName
{
color: #ECBD54;
}
.AnyTagClassName
{
color: #ECBD54;
}
</style>
background-color css
<style>
a { background-color: #ECBD54; }
a { background-color: rgb(236,189,84); }
div.DivClassName
{
background-color: #ECBD54;
}
.BgClassName
{
background-color: #ECBD54;
}
</style>
border-color css
<style>
span { border-color: #ECBD54; }
span { border-color: rgb(236,189,84); }
td.TdClassName
{
border-color: #ECBD54;
}
.TagClassName
{
border-color: #ECBD54;
}
</style>