#E3B622

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

Shades of Gold Tips #E3B622

Tints of Gold Tips #E3B622

Color information

#E3B622 (or 0xE3B622) is unknown color: approx Gold Tips. HEX triplet: E3, B6 and 22. RGB value is (227,182,34). Sum of RGB (Red+Green+Blue) = 227+182+34=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B622 is #1C49DD. Grayscale: #B3B3B3. Windows color (decimal): -1853918 or 2275043. OLE color: 2275043.

HSL color Cylindrical-coordinate representation of color #E3B622: hue angle of 46.01º 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 #E3B622 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB22718234-
CMYK00.200.850.11
HSL46.01º77.51%51.18%-
HSV(B)46.01º85.02%89.02%-
XYZ48.749.98.58-
YUV178.5846.41162.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.24%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 34 (13.67% from 255) = 7.67%
R=51.24%
G=41.08%
B=7.67%

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
Decimal2271823400.200.850.1146.0177.5151.18
HexE3B62201455B2e4e33
Octal34326642024125135611663
Binary1110001110110110100010010100101010110111011101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B622; }

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

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

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

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

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

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

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

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