Shades of Cream Can #E8BD4A
Tints of Cream Can #E8BD4A
RGB
CMYK
RGB Variations
Color information
#E8BD4A (or 0xE8BD4A) is known color: Cream Can. HEX triplet: E8, BD and 4A. RGB value is (232,189,74). Sum of RGB (Red+Green+Blue) = 232+189+74=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BD4A is #1742B5. Grayscale: #BDBDBD. Windows color (decimal): -1524406 or 4898280. OLE color: 4898280.
HSL color Cylindrical-coordinate representation of color #E8BD4A: hue angle of 43.67º 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 #E8BD4A is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 74 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.09 |
| HSL | 43.67º | 0.77% | 0.6% | - |
| HSV(B) | 43.67º | 0.68% | 0.91% | - |
| XYZ | 52.71 | 54.05 | 14.13 | - |
| YUV | 188.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 74 | 0 | 0.19 | 0.68 | 0.09 | 43.67 | 0.77 | 0.6 |
| Hex | E8 | BD | 4A | 0 | 13 | 44 | 9 | 2C | 4D | 3C |
| Octal | 350 | 275 | 112 | 0 | 23 | 104 | 11 | 54 | 115 | 74 |
| Binary | 11101000 | 10111101 | 1001010 | 0 | 10011 | 1000100 | 1001 | 101100 | 1001101 | 111100 |
Color Harmonies of #E8BD4A
Complementary color
Monochromatic Colors of #E8BD4A
Black with #E8BD4A
Text Example
Text Example
White with #E8BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD4A; }
p { color: rgb(232,189,74); }
H1.HeaderClassName
{
color: #E8BD4A;
}
.AnyTagClassName
{
color: #E8BD4A;
}
</style>
background-color css
<style>
a { background-color: #E8BD4A; }
a { background-color: rgb(232,189,74); }
div.DivClassName
{
background-color: #E8BD4A;
}
.BgClassName
{
background-color: #E8BD4A;
}
</style>
border-color css
<style>
span { border-color: #E8BD4A; }
span { border-color: rgb(232,189,74); }
td.TdClassName
{
border-color: #E8BD4A;
}
.TagClassName
{
border-color: #E8BD4A;
}
</style>