Shades of Cream Can #E6BE47
Tints of Cream Can #E6BE47
RGB
CMYK
RGB Variations
Color information
#E6BE47 (or 0xE6BE47) is known color: Cream Can. HEX triplet: E6, BE and 47. RGB value is (230,190,71). Sum of RGB (Red+Green+Blue) = 230+190+71=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BE47 is #1941B8. Grayscale: #BCBCBC. Windows color (decimal): -1655225 or 4701926. OLE color: 4701926.
HSL color Cylindrical-coordinate representation of color #E6BE47: hue angle of 44.91º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6BE47 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 71 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.10 |
| HSL | 44.91º | 0.76% | 0.59% | - |
| HSV(B) | 44.91º | 0.69% | 0.9% | - |
| XYZ | 52.18 | 54.1 | 13.65 | - |
| YUV | 188.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 71 | 0 | 0.17 | 0.69 | 0.10 | 44.91 | 0.76 | 0.59 |
| Hex | E6 | BE | 47 | 0 | 11 | 45 | A | 2D | 4C | 3B |
| Octal | 346 | 276 | 107 | 0 | 21 | 105 | 12 | 55 | 114 | 73 |
| Binary | 11100110 | 10111110 | 1000111 | 0 | 10001 | 1000101 | 1010 | 101101 | 1001100 | 111011 |
Color Harmonies of #E6BE47
Complementary color
Monochromatic Colors of #E6BE47
Black with #E6BE47
Text Example
Text Example
White with #E6BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE47; }
p { color: rgb(230,190,71); }
H1.HeaderClassName
{
color: #E6BE47;
}
.AnyTagClassName
{
color: #E6BE47;
}
</style>
background-color css
<style>
a { background-color: #E6BE47; }
a { background-color: rgb(230,190,71); }
div.DivClassName
{
background-color: #E6BE47;
}
.BgClassName
{
background-color: #E6BE47;
}
</style>
border-color css
<style>
span { border-color: #E6BE47; }
span { border-color: rgb(230,190,71); }
td.TdClassName
{
border-color: #E6BE47;
}
.TagClassName
{
border-color: #E6BE47;
}
</style>