Shades of Cream Can #E6BC46
Tints of Cream Can #E6BC46
RGB
CMYK
RGB Variations
Color information
#E6BC46 (or 0xE6BC46) is known color: Cream Can. HEX triplet: E6, BC and 46. RGB value is (230,188,70). Sum of RGB (Red+Green+Blue) = 230+188+70=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BC46 is #1943B9. Grayscale: #BBBBBB. Windows color (decimal): -1655738 or 4635878. OLE color: 4635878.
HSL color Cylindrical-coordinate representation of color #E6BC46: hue angle of 44.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6BC46 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 70 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.10 |
| HSL | 44.25º | 0.76% | 0.59% | - |
| HSV(B) | 44.25º | 0.7% | 0.9% | - |
| XYZ | 51.72 | 53.23 | 13.34 | - |
| YUV | 187.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 70 | 0 | 0.18 | 0.70 | 0.10 | 44.25 | 0.76 | 0.59 |
| Hex | E6 | BC | 46 | 0 | 12 | 46 | A | 2C | 4C | 3B |
| Octal | 346 | 274 | 106 | 0 | 22 | 106 | 12 | 54 | 114 | 73 |
| Binary | 11100110 | 10111100 | 1000110 | 0 | 10010 | 1000110 | 1010 | 101100 | 1001100 | 111011 |
Color Harmonies of #E6BC46
Complementary color
Monochromatic Colors of #E6BC46
Black with #E6BC46
Text Example
Text Example
White with #E6BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC46; }
p { color: rgb(230,188,70); }
H1.HeaderClassName
{
color: #E6BC46;
}
.AnyTagClassName
{
color: #E6BC46;
}
</style>
background-color css
<style>
a { background-color: #E6BC46; }
a { background-color: rgb(230,188,70); }
div.DivClassName
{
background-color: #E6BC46;
}
.BgClassName
{
background-color: #E6BC46;
}
</style>
border-color css
<style>
span { border-color: #E6BC46; }
span { border-color: rgb(230,188,70); }
td.TdClassName
{
border-color: #E6BC46;
}
.TagClassName
{
border-color: #E6BC46;
}
</style>