Shades of Metallic Gold #E0BB38
Tints of Metallic Gold #E0BB38
RGB
CMYK
RGB Variations
Color information
#E0BB38 (or 0xE0BB38) is known color: Metallic Gold. HEX triplet: E0, BB and 38. RGB value is (224,187,56). Sum of RGB (Red+Green+Blue) = 224+187+56=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB38 is #1F44C7. Grayscale: #B7B7B7. Windows color (decimal): -2049224 or 3718112. OLE color: 3718112.
HSL color Cylindrical-coordinate representation of color #E0BB38: hue angle of 46.79º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0BB38 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 56 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.12 |
| HSL | 46.79º | 0.73% | 0.55% | - |
| HSV(B) | 46.79º | 0.75% | 0.88% | - |
| XYZ | 49.22 | 51.67 | 11.12 | - |
| YUV | 183.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 56 | 0 | 0.17 | 0.75 | 0.12 | 46.79 | 0.73 | 0.55 |
| Hex | E0 | BB | 38 | 0 | 11 | 4B | C | 2F | 49 | 37 |
| Octal | 340 | 273 | 70 | 0 | 21 | 113 | 14 | 57 | 111 | 67 |
| Binary | 11100000 | 10111011 | 111000 | 0 | 10001 | 1001011 | 1100 | 101111 | 1001001 | 110111 |
Color Harmonies of #E0BB38
Complementary color
Monochromatic Colors of #E0BB38
Black with #E0BB38
Text Example
Text Example
White with #E0BB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB38; }
p { color: rgb(224,187,56); }
H1.HeaderClassName
{
color: #E0BB38;
}
.AnyTagClassName
{
color: #E0BB38;
}
</style>
background-color css
<style>
a { background-color: #E0BB38; }
a { background-color: rgb(224,187,56); }
div.DivClassName
{
background-color: #E0BB38;
}
.BgClassName
{
background-color: #E0BB38;
}
</style>
border-color css
<style>
span { border-color: #E0BB38; }
span { border-color: rgb(224,187,56); }
td.TdClassName
{
border-color: #E0BB38;
}
.TagClassName
{
border-color: #E0BB38;
}
</style>