#EAAE1E

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

Shades of Gold Tips #EAAE1E

Tints of Gold Tips #EAAE1E

Color information

#EAAE1E (or 0xEAAE1E) is unknown color: approx Gold Tips. HEX triplet: EA, AE and 1E. RGB value is (234,174,30). Sum of RGB (Red+Green+Blue) = 234+174+30=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE1E is #1551E1. Grayscale: #B0B0B0. Windows color (decimal): -1397218 or 2010858. OLE color: 2010858.

HSL color Cylindrical-coordinate representation of color #EAAE1E: hue angle of 42.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAAE1E is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB23417430-
CMYK00.260.870.08
HSL42.35º82.93%51.76%-
HSV(B)42.35º87.18%91.76%-
XYZ49.347.867.87-
YUV175.5245.88169.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.42%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 30 (12.11% from 255) = 6.85%
R=53.42%
G=39.73%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341743000.260.870.0842.3582.9351.76
HexEAAE1E01A5782a5334
Octal35225636032127105212364
Binary111010101010111011110011010101011110001010101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE1E; }

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

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

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

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

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

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

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

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