Shades of Cream Can #E8BB42
Tints of Cream Can #E8BB42
RGB
CMYK
RGB Variations
Color information
#E8BB42 (or 0xE8BB42) is known color: Cream Can. HEX triplet: E8, BB and 42. RGB value is (232,187,66). Sum of RGB (Red+Green+Blue) = 232+187+66=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BB42 is #1744BD. Grayscale: #BBBBBB. Windows color (decimal): -1524926 or 4373480. OLE color: 4373480.
HSL color Cylindrical-coordinate representation of color #E8BB42: hue angle of 43.73º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8BB42 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 66 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.09 |
| HSL | 43.73º | 0.78% | 0.58% | - |
| HSV(B) | 43.73º | 0.72% | 0.91% | - |
| XYZ | 52.03 | 53.09 | 12.66 | - |
| YUV | 186.66 | 59.91 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 66 | 0 | 0.19 | 0.72 | 0.09 | 43.73 | 0.78 | 0.58 |
| Hex | E8 | BB | 42 | 0 | 13 | 48 | 9 | 2C | 4E | 3A |
| Octal | 350 | 273 | 102 | 0 | 23 | 110 | 11 | 54 | 116 | 72 |
| Binary | 11101000 | 10111011 | 1000010 | 0 | 10011 | 1001000 | 1001 | 101100 | 1001110 | 111010 |
Color Harmonies of #E8BB42
Complementary color
Monochromatic Colors of #E8BB42
Black with #E8BB42
Text Example
Text Example
White with #E8BB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BB42; }
p { color: rgb(232,187,66); }
H1.HeaderClassName
{
color: #E8BB42;
}
.AnyTagClassName
{
color: #E8BB42;
}
</style>
background-color css
<style>
a { background-color: #E8BB42; }
a { background-color: rgb(232,187,66); }
div.DivClassName
{
background-color: #E8BB42;
}
.BgClassName
{
background-color: #E8BB42;
}
</style>
border-color css
<style>
span { border-color: #E8BB42; }
span { border-color: rgb(232,187,66); }
td.TdClassName
{
border-color: #E8BB42;
}
.TagClassName
{
border-color: #E8BB42;
}
</style>