Shades of Cream Can #E2BF4D
Tints of Cream Can #E2BF4D
RGB
CMYK
RGB Variations
Color information
#E2BF4D (or 0xE2BF4D) is known color: Cream Can. HEX triplet: E2, BF and 4D. RGB value is (226,191,77). Sum of RGB (Red+Green+Blue) = 226+191+77=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF4D is #1D40B2. Grayscale: #BCBCBC. Windows color (decimal): -1917107 or 5095394. OLE color: 5095394.
HSL color Cylindrical-coordinate representation of color #E2BF4D: hue angle of 45.91º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2BF4D is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 77 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.11 |
| HSL | 45.91º | 0.72% | 0.59% | - |
| HSV(B) | 45.91º | 0.66% | 0.89% | - |
| XYZ | 51.33 | 53.97 | 14.73 | - |
| YUV | 188.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 77 | 0 | 0.15 | 0.66 | 0.11 | 45.91 | 0.72 | 0.59 |
| Hex | E2 | BF | 4D | 0 | F | 42 | B | 2E | 48 | 3B |
| Octal | 342 | 277 | 115 | 0 | 17 | 102 | 13 | 56 | 110 | 73 |
| Binary | 11100010 | 10111111 | 1001101 | 0 | 1111 | 1000010 | 1011 | 101110 | 1001000 | 111011 |
Color Harmonies of #E2BF4D
Complementary color
Monochromatic Colors of #E2BF4D
Black with #E2BF4D
Text Example
Text Example
White with #E2BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF4D; }
p { color: rgb(226,191,77); }
H1.HeaderClassName
{
color: #E2BF4D;
}
.AnyTagClassName
{
color: #E2BF4D;
}
</style>
background-color css
<style>
a { background-color: #E2BF4D; }
a { background-color: rgb(226,191,77); }
div.DivClassName
{
background-color: #E2BF4D;
}
.BgClassName
{
background-color: #E2BF4D;
}
</style>
border-color css
<style>
span { border-color: #E2BF4D; }
span { border-color: rgb(226,191,77); }
td.TdClassName
{
border-color: #E2BF4D;
}
.TagClassName
{
border-color: #E2BF4D;
}
</style>