#E1AF1F

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

Shades of Gold Tips #E1AF1F

Tints of Gold Tips #E1AF1F

Color information

#E1AF1F (or 0xE1AF1F) is unknown color: approx Gold Tips. HEX triplet: E1, AF and 1F. RGB value is (225,175,31). Sum of RGB (Red+Green+Blue) = 225+175+31=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF1F is #1E50E0. Grayscale: #AEAEAE. Windows color (decimal): -1986785 or 2076641. OLE color: 2076641.

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

Color convert

RGB22517531-
CMYK00.220.860.12
HSL44.54º76.38%50.2%-
HSV(B)44.54º86.22%88.24%-
XYZ46.6346.777.87-
YUV173.5347.56164.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 31 (12.5% from 255) = 7.19%
R=52.20%
G=40.60%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251753100.220.860.1244.5476.3850.2
HexE1AF1F01656C2d4c32
Octal34125737026126145511462
Binary111000011010111111111010110101011011001011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF1F; }

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

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

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

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

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

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

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

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