Shades of Cream Can #E9BC45
Tints of Cream Can #E9BC45
RGB
CMYK
RGB Variations
Color information
#E9BC45 (or 0xE9BC45) is known color: Cream Can. HEX triplet: E9, BC and 45. RGB value is (233,188,69). Sum of RGB (Red+Green+Blue) = 233+188+69=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BC45 is #1643BA. Grayscale: #BCBCBC. Windows color (decimal): -1459131 or 4570345. OLE color: 4570345.
HSL color Cylindrical-coordinate representation of color #E9BC45: hue angle of 43.54º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9BC45 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 69 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.09 |
| HSL | 43.54º | 0.79% | 0.59% | - |
| HSV(B) | 43.54º | 0.7% | 0.91% | - |
| XYZ | 52.66 | 53.72 | 13.22 | - |
| YUV | 187.89 | 60.91 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 69 | 0 | 0.19 | 0.70 | 0.09 | 43.54 | 0.79 | 0.59 |
| Hex | E9 | BC | 45 | 0 | 13 | 46 | 9 | 2C | 4F | 3B |
| Octal | 351 | 274 | 105 | 0 | 23 | 106 | 11 | 54 | 117 | 73 |
| Binary | 11101001 | 10111100 | 1000101 | 0 | 10011 | 1000110 | 1001 | 101100 | 1001111 | 111011 |
Color Harmonies of #E9BC45
Complementary color
Monochromatic Colors of #E9BC45
Black with #E9BC45
Text Example
Text Example
White with #E9BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC45; }
p { color: rgb(233,188,69); }
H1.HeaderClassName
{
color: #E9BC45;
}
.AnyTagClassName
{
color: #E9BC45;
}
</style>
background-color css
<style>
a { background-color: #E9BC45; }
a { background-color: rgb(233,188,69); }
div.DivClassName
{
background-color: #E9BC45;
}
.BgClassName
{
background-color: #E9BC45;
}
</style>
border-color css
<style>
span { border-color: #E9BC45; }
span { border-color: rgb(233,188,69); }
td.TdClassName
{
border-color: #E9BC45;
}
.TagClassName
{
border-color: #E9BC45;
}
</style>