#E1B81F

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

Shades of Gold Tips #E1B81F

Tints of Gold Tips #E1B81F

Color information

#E1B81F (or 0xE1B81F) is unknown color: approx Gold Tips. HEX triplet: E1, B8 and 1F. RGB value is (225,184,31). Sum of RGB (Red+Green+Blue) = 225+184+31=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B81F is #1E47E0. Grayscale: #B3B3B3. Windows color (decimal): -1984481 or 2078945. OLE color: 2078945.

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

Color convert

RGB22518431-
CMYK00.180.860.12
HSL47.32º76.38%50.2%-
HSV(B)47.32º86.22%88.24%-
XYZ48.4450.398.47-
YUV178.8244.58160.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.14%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 31 (12.5% from 255) = 7.05%
R=51.14%
G=41.82%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251843100.180.860.1247.3276.3850.2
HexE1B81F01256C2f4c32
Octal34127037022126145711462
Binary111000011011100011111010010101011011001011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B81F; }

 p { color: rgb(225,184,31); }

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

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

 a { background-color: rgb(225,184,31); }

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

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

 span { border-color: rgb(225,184,31); }

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