#E3B522

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

Shades of Gold Tips #E3B522

Tints of Gold Tips #E3B522

Color information

#E3B522 (or 0xE3B522) is unknown color: approx Gold Tips. HEX triplet: E3, B5 and 22. RGB value is (227,181,34). Sum of RGB (Red+Green+Blue) = 227+181+34=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B522 is #1C4ADD. Grayscale: #B2B2B2. Windows color (decimal): -1854174 or 2274787. OLE color: 2274787.

HSL color Cylindrical-coordinate representation of color #E3B522: hue angle of 45.7º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3B522 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB22718134-
CMYK00.200.850.11
HSL45.7º77.51%51.18%-
HSV(B)45.7º85.02%89.02%-
XYZ48.4949.498.51-
YUV17846.74162.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.36%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 34 (13.67% from 255) = 7.69%
R=51.36%
G=40.95%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271813400.200.850.1145.777.5151.18
HexE3B52201455B2e4e33
Octal34326542024125135611663
Binary1110001110110101100010010100101010110111011101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B522; }

 p { color: rgb(227,181,34); }

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

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

 a { background-color: rgb(227,181,34); }

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

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

 span { border-color: rgb(227,181,34); }

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