#e3b31a

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

Shades of Gold Tips #E3B31A

Tints of Gold Tips #E3B31A

Color information

#E3B31A (or 0xE3B31A) is unknown color: approx Gold Tips. HEX triplet: E3, B3 and 1A. RGB value is (227,179,26). Sum of RGB (Red+Green+Blue) = 227+179+26=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B31A is #1C4CE5. Grayscale: #B0B0B0. Windows color (decimal): -1854694 or 1749987. OLE color: 1749987.

HSL color Cylindrical-coordinate representation of color #E3B31A: hue angle of 45.67º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3B31A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB22717926-
CMYK00.210.890.11
HSL45.67º79.45%49.61%-
HSV(B)45.67º88.55%89.02%-
XYZ47.9948.657.84-
YUV175.9143.4164.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.55%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 26 (10.55% from 255) = 6.02%
R=52.55%
G=41.44%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271792600.210.890.1145.6779.4549.61
HexE3B31A01559B2e4f32
Octal34326332025131135611762
Binary111000111011001111010010101101100110111011101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3b31a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3b31a; }

 p { color: rgb(227,179,26); }

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

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

 a { background-color: rgb(227,179,26); }

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

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

 span { border-color: rgb(227,179,26); }

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

cancel