#E0AE1E

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

Shades of Gold Tips #E0AE1E

Tints of Gold Tips #E0AE1E

Color information

#E0AE1E (or 0xE0AE1E) is unknown color: approx Gold Tips. HEX triplet: E0, AE and 1E. RGB value is (224,174,30). Sum of RGB (Red+Green+Blue) = 224+174+30=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AE1E is #1F51E1. Grayscale: #ADADAD. Windows color (decimal): -2052578 or 2010848. OLE color: 2010848.

HSL color Cylindrical-coordinate representation of color #E0AE1E: 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.87%. Process color model (Four color, CMYK) of #E0AE1E is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22417430-
CMYK00.220.870.12
HSL44.54º76.38%49.8%-
HSV(B)44.54º86.61%87.84%-
XYZ46.1146.217.72-
YUV172.5347.56164.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.34%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 30 (12.11% from 255) = 7.01%
R=52.34%
G=40.65%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241743000.220.870.1244.5476.3849.8
HexE0AE1E01657C2d4c32
Octal34025636026127145511462
Binary111000001010111011110010110101011111001011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AE1E; }

 p { color: rgb(224,174,30); }

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

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

 a { background-color: rgb(224,174,30); }

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

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

 span { border-color: rgb(224,174,30); }

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