#E0B738

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

Shades of Metallic Gold #E0B738

Tints of Metallic Gold #E0B738

Color information

#E0B738 (or 0xE0B738) is unknown color: approx Metallic Gold. HEX triplet: E0, B7 and 38. RGB value is (224,183,56). Sum of RGB (Red+Green+Blue) = 224+183+56=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B738 is #1F48C7. Grayscale: #B5B5B5. Windows color (decimal): -2050248 or 3717088. OLE color: 3717088.

HSL color Cylindrical-coordinate representation of color #E0B738: hue angle of 45.36º 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 #E0B738 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB22418356-
CMYK00.180.750.12
HSL45.36º73.04%54.9%-
HSV(B)45.36º75%87.84%-
XYZ48.395010.84-
YUV180.7857.58158.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 56 (22.27% from 255) = 12.10%
R=48.38%
G=39.52%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241835600.180.750.1245.3673.0454.9
HexE0B7380124BC2d4937
Octal34026770022113145511167
Binary1110000010110111111000010010100101111001011011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B738; }

 p { color: rgb(224,183,56); }

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

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

 a { background-color: rgb(224,183,56); }

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

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

 span { border-color: rgb(224,183,56); }

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