Shades of Cream Can #E5BF53
Tints of Cream Can #E5BF53
RGB
CMYK
RGB Variations
Color information
#E5BF53 (or 0xE5BF53) is known color: Cream Can. HEX triplet: E5, BF and 53. RGB value is (229,191,83). Sum of RGB (Red+Green+Blue) = 229+191+83=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF53 is #1A40AC. Grayscale: #BEBEBE. Windows color (decimal): -1720493 or 5488613. OLE color: 5488613.
HSL color Cylindrical-coordinate representation of color #E5BF53: hue angle of 44.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5BF53 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 83 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.10 |
| HSL | 44.38º | 0.74% | 0.61% | - |
| HSV(B) | 44.38º | 0.64% | 0.9% | - |
| XYZ | 52.51 | 54.54 | 15.94 | - |
| YUV | 190.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 83 | 0 | 0.17 | 0.64 | 0.10 | 44.38 | 0.74 | 0.61 |
| Hex | E5 | BF | 53 | 0 | 11 | 40 | A | 2C | 4A | 3D |
| Octal | 345 | 277 | 123 | 0 | 21 | 100 | 12 | 54 | 112 | 75 |
| Binary | 11100101 | 10111111 | 1010011 | 0 | 10001 | 1000000 | 1010 | 101100 | 1001010 | 111101 |
Color Harmonies of #E5BF53
Complementary color
Monochromatic Colors of #E5BF53
Black with #E5BF53
Text Example
Text Example
White with #E5BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF53; }
p { color: rgb(229,191,83); }
H1.HeaderClassName
{
color: #E5BF53;
}
.AnyTagClassName
{
color: #E5BF53;
}
</style>
background-color css
<style>
a { background-color: #E5BF53; }
a { background-color: rgb(229,191,83); }
div.DivClassName
{
background-color: #E5BF53;
}
.BgClassName
{
background-color: #E5BF53;
}
</style>
border-color css
<style>
span { border-color: #E5BF53; }
span { border-color: rgb(229,191,83); }
td.TdClassName
{
border-color: #E5BF53;
}
.TagClassName
{
border-color: #E5BF53;
}
</style>