Shades of Cream Can #ECBD4D
Tints of Cream Can #ECBD4D
RGB
CMYK
RGB Variations
Color information
#ECBD4D (or 0xECBD4D) is known color: Cream Can. HEX triplet: EC, BD and 4D. RGB value is (236,189,77). Sum of RGB (Red+Green+Blue) = 236+189+77=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD4D is #1342B2. Grayscale: #BEBEBE. Windows color (decimal): -1262259 or 5094892. OLE color: 5094892.
HSL color Cylindrical-coordinate representation of color #ECBD4D: hue angle of 42.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECBD4D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 77 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.07 |
| HSL | 42.26º | 0.81% | 0.61% | - |
| HSV(B) | 42.26º | 0.67% | 0.93% | - |
| XYZ | 54.13 | 54.76 | 14.74 | - |
| YUV | 190.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 77 | 0 | 0.20 | 0.67 | 0.07 | 42.26 | 0.81 | 0.61 |
| Hex | EC | BD | 4D | 0 | 14 | 43 | 7 | 2A | 51 | 3D |
| Octal | 354 | 275 | 115 | 0 | 24 | 103 | 7 | 52 | 121 | 75 |
| Binary | 11101100 | 10111101 | 1001101 | 0 | 10100 | 1000011 | 111 | 101010 | 1010001 | 111101 |
Color Harmonies of #ECBD4D
Complementary color
Monochromatic Colors of #ECBD4D
Black with #ECBD4D
Text Example
Text Example
White with #ECBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD4D; }
p { color: rgb(236,189,77); }
H1.HeaderClassName
{
color: #ECBD4D;
}
.AnyTagClassName
{
color: #ECBD4D;
}
</style>
background-color css
<style>
a { background-color: #ECBD4D; }
a { background-color: rgb(236,189,77); }
div.DivClassName
{
background-color: #ECBD4D;
}
.BgClassName
{
background-color: #ECBD4D;
}
</style>
border-color css
<style>
span { border-color: #ECBD4D; }
span { border-color: rgb(236,189,77); }
td.TdClassName
{
border-color: #ECBD4D;
}
.TagClassName
{
border-color: #ECBD4D;
}
</style>