#E1AC1F

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

Shades of Gold Tips #E1AC1F

Tints of Gold Tips #E1AC1F

Color information

#E1AC1F (or 0xE1AC1F) is unknown color: approx Gold Tips. HEX triplet: E1, AC and 1F. RGB value is (225,172,31). Sum of RGB (Red+Green+Blue) = 225+172+31=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AC1F is #1E53E0. Grayscale: #ACACAC. Windows color (decimal): -1987553 or 2075873. OLE color: 2075873.

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

Color convert

RGB22517231-
CMYK00.240.860.12
HSL43.61º76.38%50.2%-
HSV(B)43.61º86.22%88.24%-
XYZ46.0545.617.67-
YUV171.7748.56165.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 31 (12.5% from 255) = 7.24%
R=52.57%
G=40.19%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251723100.240.860.1243.6176.3850.2
HexE1AC1F01856C2c4c32
Octal34125437030126145411462
Binary111000011010110011111011000101011011001011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AC1F; }

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

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

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

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

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

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

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

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