#E2AE1E

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

Shades of Gold Tips #E2AE1E

Tints of Gold Tips #E2AE1E

Color information

#E2AE1E (or 0xE2AE1E) is unknown color: approx Gold Tips. HEX triplet: E2, AE and 1E. RGB value is (226,174,30). Sum of RGB (Red+Green+Blue) = 226+174+30=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AE1E is #1D51E1. Grayscale: #ADADAD. Windows color (decimal): -1921506 or 2010850. OLE color: 2010850.

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

Color convert

RGB22617430-
CMYK00.230.870.11
HSL44.08º77.17%50.2%-
HSV(B)44.08º86.73%88.63%-
XYZ46.7346.537.75-
YUV173.1347.23165.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.56%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 30 (12.11% from 255) = 6.98%
R=52.56%
G=40.47%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261743000.230.870.1144.0877.1750.2
HexE2AE1E01757B2c4d32
Octal34225636027127135411562
Binary111000101010111011110010111101011110111011001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AE1E; }

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

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

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

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

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

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

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

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