Shades of Cream Can #E1BF4D
Tints of Cream Can #E1BF4D
RGB
CMYK
RGB Variations
Color information
#E1BF4D (or 0xE1BF4D) is known color: Cream Can. HEX triplet: E1, BF and 4D. RGB value is (225,191,77). Sum of RGB (Red+Green+Blue) = 225+191+77=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BF4D is #1E40B2. Grayscale: #BCBCBC. Windows color (decimal): -1982643 or 5095393. OLE color: 5095393.
HSL color Cylindrical-coordinate representation of color #E1BF4D: hue angle of 46.22º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1BF4D is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 77 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.12 |
| HSL | 46.22º | 0.71% | 0.59% | - |
| HSV(B) | 46.22º | 0.66% | 0.88% | - |
| XYZ | 51.02 | 53.8 | 14.72 | - |
| YUV | 188.17 | 65.26 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 77 | 0 | 0.15 | 0.66 | 0.12 | 46.22 | 0.71 | 0.59 |
| Hex | E1 | BF | 4D | 0 | F | 42 | C | 2E | 47 | 3B |
| Octal | 341 | 277 | 115 | 0 | 17 | 102 | 14 | 56 | 107 | 73 |
| Binary | 11100001 | 10111111 | 1001101 | 0 | 1111 | 1000010 | 1100 | 101110 | 1000111 | 111011 |
Color Harmonies of #E1BF4D
Complementary color
Monochromatic Colors of #E1BF4D
Black with #E1BF4D
Text Example
Text Example
White with #E1BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF4D; }
p { color: rgb(225,191,77); }
H1.HeaderClassName
{
color: #E1BF4D;
}
.AnyTagClassName
{
color: #E1BF4D;
}
</style>
background-color css
<style>
a { background-color: #E1BF4D; }
a { background-color: rgb(225,191,77); }
div.DivClassName
{
background-color: #E1BF4D;
}
.BgClassName
{
background-color: #E1BF4D;
}
</style>
border-color css
<style>
span { border-color: #E1BF4D; }
span { border-color: rgb(225,191,77); }
td.TdClassName
{
border-color: #E1BF4D;
}
.TagClassName
{
border-color: #E1BF4D;
}
</style>