Shades of Cream Can #E3BF4A
Tints of Cream Can #E3BF4A
RGB
CMYK
RGB Variations
Color information
#E3BF4A (or 0xE3BF4A) is known color: Cream Can. HEX triplet: E3, BF and 4A. RGB value is (227,191,74). Sum of RGB (Red+Green+Blue) = 227+191+74=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BF4A is #1C40B5. Grayscale: #BCBCBC. Windows color (decimal): -1851574 or 4898787. OLE color: 4898787.
HSL color Cylindrical-coordinate representation of color #E3BF4A: hue angle of 45.88º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E3BF4A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 191 | 74 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.11 |
| HSL | 45.88º | 0.73% | 0.59% | - |
| HSV(B) | 45.88º | 0.67% | 0.89% | - |
| XYZ | 51.55 | 54.09 | 14.2 | - |
| YUV | 188.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 74 | 0 | 0.16 | 0.67 | 0.11 | 45.88 | 0.73 | 0.59 |
| Hex | E3 | BF | 4A | 0 | 10 | 43 | B | 2E | 49 | 3B |
| Octal | 343 | 277 | 112 | 0 | 20 | 103 | 13 | 56 | 111 | 73 |
| Binary | 11100011 | 10111111 | 1001010 | 0 | 10000 | 1000011 | 1011 | 101110 | 1001001 | 111011 |
Color Harmonies of #E3BF4A
Complementary color
Monochromatic Colors of #E3BF4A
Black with #E3BF4A
Text Example
Text Example
White with #E3BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BF4A; }
p { color: rgb(227,191,74); }
H1.HeaderClassName
{
color: #E3BF4A;
}
.AnyTagClassName
{
color: #E3BF4A;
}
</style>
background-color css
<style>
a { background-color: #E3BF4A; }
a { background-color: rgb(227,191,74); }
div.DivClassName
{
background-color: #E3BF4A;
}
.BgClassName
{
background-color: #E3BF4A;
}
</style>
border-color css
<style>
span { border-color: #E3BF4A; }
span { border-color: rgb(227,191,74); }
td.TdClassName
{
border-color: #E3BF4A;
}
.TagClassName
{
border-color: #E3BF4A;
}
</style>