Shades of Cream Can #E8BD4B
Tints of Cream Can #E8BD4B
RGB
CMYK
RGB Variations
Color information
#E8BD4B (or 0xE8BD4B) is known color: Cream Can. HEX triplet: E8, BD and 4B. RGB value is (232,189,75). Sum of RGB (Red+Green+Blue) = 232+189+75=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BD4B is #1742B4. Grayscale: #BDBDBD. Windows color (decimal): -1524405 or 4963816. OLE color: 4963816.
HSL color Cylindrical-coordinate representation of color #E8BD4B: hue angle of 43.57º degrees, saturation: 0.77, 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 #E8BD4B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 75 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.09 |
| HSL | 43.57º | 0.77% | 0.6% | - |
| HSV(B) | 43.57º | 0.68% | 0.91% | - |
| XYZ | 52.75 | 54.06 | 14.31 | - |
| YUV | 188.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 75 | 0 | 0.19 | 0.68 | 0.09 | 43.57 | 0.77 | 0.6 |
| Hex | E8 | BD | 4B | 0 | 13 | 44 | 9 | 2C | 4D | 3C |
| Octal | 350 | 275 | 113 | 0 | 23 | 104 | 11 | 54 | 115 | 74 |
| Binary | 11101000 | 10111101 | 1001011 | 0 | 10011 | 1000100 | 1001 | 101100 | 1001101 | 111100 |
Color Harmonies of #E8BD4B
Complementary color
Monochromatic Colors of #E8BD4B
Black with #E8BD4B
Text Example
Text Example
White with #E8BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD4B; }
p { color: rgb(232,189,75); }
H1.HeaderClassName
{
color: #E8BD4B;
}
.AnyTagClassName
{
color: #E8BD4B;
}
</style>
background-color css
<style>
a { background-color: #E8BD4B; }
a { background-color: rgb(232,189,75); }
div.DivClassName
{
background-color: #E8BD4B;
}
.BgClassName
{
background-color: #E8BD4B;
}
</style>
border-color css
<style>
span { border-color: #E8BD4B; }
span { border-color: rgb(232,189,75); }
td.TdClassName
{
border-color: #E8BD4B;
}
.TagClassName
{
border-color: #E8BD4B;
}
</style>