Shades of Cream Can #E9BD4B
Tints of Cream Can #E9BD4B
RGB
CMYK
RGB Variations
Color information
#E9BD4B (or 0xE9BD4B) is known color: Cream Can. HEX triplet: E9, BD and 4B. RGB value is (233,189,75). Sum of RGB (Red+Green+Blue) = 233+189+75=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BD4B is #1642B4. Grayscale: #BDBDBD. Windows color (decimal): -1458869 or 4963817. OLE color: 4963817.
HSL color Cylindrical-coordinate representation of color #E9BD4B: hue angle of 43.29º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9BD4B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 75 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.09 |
| HSL | 43.29º | 0.78% | 0.6% | - |
| HSV(B) | 43.29º | 0.68% | 0.91% | - |
| XYZ | 53.07 | 54.23 | 14.33 | - |
| YUV | 189.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 75 | 0 | 0.19 | 0.68 | 0.09 | 43.29 | 0.78 | 0.6 |
| Hex | E9 | BD | 4B | 0 | 13 | 44 | 9 | 2B | 4E | 3C |
| Octal | 351 | 275 | 113 | 0 | 23 | 104 | 11 | 53 | 116 | 74 |
| Binary | 11101001 | 10111101 | 1001011 | 0 | 10011 | 1000100 | 1001 | 101011 | 1001110 | 111100 |
Color Harmonies of #E9BD4B
Complementary color
Monochromatic Colors of #E9BD4B
Black with #E9BD4B
Text Example
Text Example
White with #E9BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD4B; }
p { color: rgb(233,189,75); }
H1.HeaderClassName
{
color: #E9BD4B;
}
.AnyTagClassName
{
color: #E9BD4B;
}
</style>
background-color css
<style>
a { background-color: #E9BD4B; }
a { background-color: rgb(233,189,75); }
div.DivClassName
{
background-color: #E9BD4B;
}
.BgClassName
{
background-color: #E9BD4B;
}
</style>
border-color css
<style>
span { border-color: #E9BD4B; }
span { border-color: rgb(233,189,75); }
td.TdClassName
{
border-color: #E9BD4B;
}
.TagClassName
{
border-color: #E9BD4B;
}
</style>