Shades of Cream Can #ECBD4C
Tints of Cream Can #ECBD4C
RGB
CMYK
RGB Variations
Color information
#ECBD4C (or 0xECBD4C) is known color: Cream Can. HEX triplet: EC, BD and 4C. RGB value is (236,189,76). Sum of RGB (Red+Green+Blue) = 236+189+76=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD4C is #1342B3. Grayscale: #BEBEBE. Windows color (decimal): -1262260 or 5029356. OLE color: 5029356.
HSL color Cylindrical-coordinate representation of color #ECBD4C: hue angle of 42.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECBD4C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 76 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.07 |
| HSL | 42.38º | 0.81% | 0.61% | - |
| HSV(B) | 42.38º | 0.68% | 0.93% | - |
| XYZ | 54.09 | 54.75 | 14.55 | - |
| YUV | 190.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 76 | 0 | 0.20 | 0.68 | 0.07 | 42.38 | 0.81 | 0.61 |
| Hex | EC | BD | 4C | 0 | 14 | 44 | 7 | 2A | 51 | 3D |
| Octal | 354 | 275 | 114 | 0 | 24 | 104 | 7 | 52 | 121 | 75 |
| Binary | 11101100 | 10111101 | 1001100 | 0 | 10100 | 1000100 | 111 | 101010 | 1010001 | 111101 |
Color Harmonies of #ECBD4C
Complementary color
Monochromatic Colors of #ECBD4C
Black with #ECBD4C
Text Example
Text Example
White with #ECBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD4C; }
p { color: rgb(236,189,76); }
H1.HeaderClassName
{
color: #ECBD4C;
}
.AnyTagClassName
{
color: #ECBD4C;
}
</style>
background-color css
<style>
a { background-color: #ECBD4C; }
a { background-color: rgb(236,189,76); }
div.DivClassName
{
background-color: #ECBD4C;
}
.BgClassName
{
background-color: #ECBD4C;
}
</style>
border-color css
<style>
span { border-color: #ECBD4C; }
span { border-color: rgb(236,189,76); }
td.TdClassName
{
border-color: #ECBD4C;
}
.TagClassName
{
border-color: #ECBD4C;
}
</style>