Shades of Cream Can #E5BF57
Tints of Cream Can #E5BF57
RGB
CMYK
RGB Variations
Color information
#E5BF57 (or 0xE5BF57) is known color: Cream Can. HEX triplet: E5, BF and 57. RGB value is (229,191,87). Sum of RGB (Red+Green+Blue) = 229+191+87=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF57 is #1A40A8. Grayscale: #BEBEBE. Windows color (decimal): -1720489 or 5750757. OLE color: 5750757.
HSL color Cylindrical-coordinate representation of color #E5BF57: hue angle of 43.94º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5BF57 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 87 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.10 |
| HSL | 43.94º | 0.73% | 0.62% | - |
| HSV(B) | 43.94º | 0.62% | 0.9% | - |
| XYZ | 52.66 | 54.61 | 16.78 | - |
| YUV | 190.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 87 | 0 | 0.17 | 0.62 | 0.10 | 43.94 | 0.73 | 0.62 |
| Hex | E5 | BF | 57 | 0 | 11 | 3E | A | 2C | 49 | 3E |
| Octal | 345 | 277 | 127 | 0 | 21 | 76 | 12 | 54 | 111 | 76 |
| Binary | 11100101 | 10111111 | 1010111 | 0 | 10001 | 111110 | 1010 | 101100 | 1001001 | 111110 |
Color Harmonies of #E5BF57
Complementary color
Monochromatic Colors of #E5BF57
Black with #E5BF57
Text Example
Text Example
White with #E5BF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF57; }
p { color: rgb(229,191,87); }
H1.HeaderClassName
{
color: #E5BF57;
}
.AnyTagClassName
{
color: #E5BF57;
}
</style>
background-color css
<style>
a { background-color: #E5BF57; }
a { background-color: rgb(229,191,87); }
div.DivClassName
{
background-color: #E5BF57;
}
.BgClassName
{
background-color: #E5BF57;
}
</style>
border-color css
<style>
span { border-color: #E5BF57; }
span { border-color: rgb(229,191,87); }
td.TdClassName
{
border-color: #E5BF57;
}
.TagClassName
{
border-color: #E5BF57;
}
</style>