Shades of Cream Can #E2BF4F
Tints of Cream Can #E2BF4F
RGB
CMYK
RGB Variations
Color information
#E2BF4F (or 0xE2BF4F) is known color: Cream Can. HEX triplet: E2, BF and 4F. RGB value is (226,191,79). Sum of RGB (Red+Green+Blue) = 226+191+79=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF4F is #1D40B0. Grayscale: #BDBDBD. Windows color (decimal): -1917105 or 5226466. OLE color: 5226466.
HSL color Cylindrical-coordinate representation of color #E2BF4F: hue angle of 45.71º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2BF4F is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 79 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.11 |
| HSL | 45.71º | 0.72% | 0.6% | - |
| HSV(B) | 45.71º | 0.65% | 0.89% | - |
| XYZ | 51.41 | 53.99 | 15.11 | - |
| YUV | 188.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 79 | 0 | 0.15 | 0.65 | 0.11 | 45.71 | 0.72 | 0.6 |
| Hex | E2 | BF | 4F | 0 | F | 41 | B | 2E | 48 | 3C |
| Octal | 342 | 277 | 117 | 0 | 17 | 101 | 13 | 56 | 110 | 74 |
| Binary | 11100010 | 10111111 | 1001111 | 0 | 1111 | 1000001 | 1011 | 101110 | 1001000 | 111100 |
Color Harmonies of #E2BF4F
Complementary color
Monochromatic Colors of #E2BF4F
Black with #E2BF4F
Text Example
Text Example
White with #E2BF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF4F; }
p { color: rgb(226,191,79); }
H1.HeaderClassName
{
color: #E2BF4F;
}
.AnyTagClassName
{
color: #E2BF4F;
}
</style>
background-color css
<style>
a { background-color: #E2BF4F; }
a { background-color: rgb(226,191,79); }
div.DivClassName
{
background-color: #E2BF4F;
}
.BgClassName
{
background-color: #E2BF4F;
}
</style>
border-color css
<style>
span { border-color: #E2BF4F; }
span { border-color: rgb(226,191,79); }
td.TdClassName
{
border-color: #E2BF4F;
}
.TagClassName
{
border-color: #E2BF4F;
}
</style>