#e0b835

Color #E0B835 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #E0B835

Tints of Metallic Gold #E0B835

Color information

#E0B835 (or 0xE0B835) is unknown color: approx Metallic Gold. HEX triplet: E0, B8 and 35. RGB value is (224,184,53). Sum of RGB (Red+Green+Blue) = 224+184+53=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B835 is #1F47CA. Grayscale: #B5B5B5. Windows color (decimal): -2049995 or 3520736. OLE color: 3520736.

HSL color Cylindrical-coordinate representation of color #E0B835: hue angle of 45.96º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0B835 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB22418453-
CMYK00.180.760.12
HSL45.96º73.39%54.31%-
HSV(B)45.96º76.34%87.84%-
XYZ48.5250.3910.54-
YUV181.0355.75158.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 53 (21.09% from 255) = 11.50%
R=48.59%
G=39.91%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241845300.180.760.1245.9673.3954.31
HexE0B8350124CC2e4936
Octal34027065022114145611166
Binary1110000010111000110101010010100110011001011101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b835; }

 p { color: rgb(224,184,53); }

 H1.HeaderClassName
 {
   color: #e0b835;
 }
 .AnyTagClassName
 {
   color: #e0b835;
 }
</style>
background-color css

<style>
 a { background-color: #e0b835; }

 a { background-color: rgb(224,184,53); }

 div.DivClassName
 {
   background-color: #e0b835;
 }
 .BgClassName
 {
   background-color: #e0b835;
 }
</style>
border-color css

<style>
 span { border-color: #e0b835; }

 span { border-color: rgb(224,184,53); }

 td.TdClassName
 {
   border-color: #e0b835;
 }
 .TagClassName
 {
   border-color: #e0b835;
 }
</style>