Shades of Cream Can #E2BF4C
Tints of Cream Can #E2BF4C
RGB
CMYK
RGB Variations
Color information
#E2BF4C (or 0xE2BF4C) is known color: Cream Can. HEX triplet: E2, BF and 4C. RGB value is (226,191,76). Sum of RGB (Red+Green+Blue) = 226+191+76=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF4C is #1D40B3. Grayscale: #BCBCBC. Windows color (decimal): -1917108 or 5029858. OLE color: 5029858.
HSL color Cylindrical-coordinate representation of color #E2BF4C: hue angle of 46º 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 #E2BF4C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 76 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.11 |
| HSL | 46º | 0.72% | 0.59% | - |
| HSV(B) | 46º | 0.66% | 0.89% | - |
| XYZ | 51.3 | 53.95 | 14.55 | - |
| YUV | 188.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 76 | 0 | 0.15 | 0.66 | 0.11 | 46 | 0.72 | 0.59 |
| Hex | E2 | BF | 4C | 0 | F | 42 | B | 2E | 48 | 3B |
| Octal | 342 | 277 | 114 | 0 | 17 | 102 | 13 | 56 | 110 | 73 |
| Binary | 11100010 | 10111111 | 1001100 | 0 | 1111 | 1000010 | 1011 | 101110 | 1001000 | 111011 |
Color Harmonies of #E2BF4C
Complementary color
Monochromatic Colors of #E2BF4C
Black with #E2BF4C
Text Example
Text Example
White with #E2BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF4C; }
p { color: rgb(226,191,76); }
H1.HeaderClassName
{
color: #E2BF4C;
}
.AnyTagClassName
{
color: #E2BF4C;
}
</style>
background-color css
<style>
a { background-color: #E2BF4C; }
a { background-color: rgb(226,191,76); }
div.DivClassName
{
background-color: #E2BF4C;
}
.BgClassName
{
background-color: #E2BF4C;
}
</style>
border-color css
<style>
span { border-color: #E2BF4C; }
span { border-color: rgb(226,191,76); }
td.TdClassName
{
border-color: #E2BF4C;
}
.TagClassName
{
border-color: #E2BF4C;
}
</style>