Shades of Cream Can #ECBE4B
Tints of Cream Can #ECBE4B
RGB
CMYK
RGB Variations
Color information
#ECBE4B (or 0xECBE4B) is known color: Cream Can. HEX triplet: EC, BE and 4B. RGB value is (236,190,75). Sum of RGB (Red+Green+Blue) = 236+190+75=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE4B is #1341B4. Grayscale: #BFBFBF. Windows color (decimal): -1262005 or 4964076. OLE color: 4964076.
HSL color Cylindrical-coordinate representation of color #ECBE4B: hue angle of 42.86º 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 #ECBE4B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 75 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.07 |
| HSL | 42.86º | 0.81% | 0.61% | - |
| HSV(B) | 42.86º | 0.68% | 0.93% | - |
| XYZ | 54.28 | 55.17 | 14.44 | - |
| YUV | 190.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 75 | 0 | 0.19 | 0.68 | 0.07 | 42.86 | 0.81 | 0.61 |
| Hex | EC | BE | 4B | 0 | 13 | 44 | 7 | 2B | 51 | 3D |
| Octal | 354 | 276 | 113 | 0 | 23 | 104 | 7 | 53 | 121 | 75 |
| Binary | 11101100 | 10111110 | 1001011 | 0 | 10011 | 1000100 | 111 | 101011 | 1010001 | 111101 |
Color Harmonies of #ECBE4B
Complementary color
Monochromatic Colors of #ECBE4B
Black with #ECBE4B
Text Example
Text Example
White with #ECBE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE4B; }
p { color: rgb(236,190,75); }
H1.HeaderClassName
{
color: #ECBE4B;
}
.AnyTagClassName
{
color: #ECBE4B;
}
</style>
background-color css
<style>
a { background-color: #ECBE4B; }
a { background-color: rgb(236,190,75); }
div.DivClassName
{
background-color: #ECBE4B;
}
.BgClassName
{
background-color: #ECBE4B;
}
</style>
border-color css
<style>
span { border-color: #ECBE4B; }
span { border-color: rgb(236,190,75); }
td.TdClassName
{
border-color: #ECBE4B;
}
.TagClassName
{
border-color: #ECBE4B;
}
</style>