#e0aa30

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

Shades of Gold Tips #E0AA30

Tints of Gold Tips #E0AA30

Color information

#E0AA30 (or 0xE0AA30) is unknown color: approx Gold Tips. HEX triplet: E0, AA and 30. RGB value is (224,170,48). Sum of RGB (Red+Green+Blue) = 224+170+48=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AA30 is #1F55CF. Grayscale: #ACACAC. Windows color (decimal): -2053584 or 3189472. OLE color: 3189472.

HSL color Cylindrical-coordinate representation of color #E0AA30: hue angle of 41.59º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0AA30 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB22417048-
CMYK00.240.790.12
HSL41.59º73.95%53.33%-
HSV(B)41.59º78.57%87.84%-
XYZ45.6544.819.04-
YUV172.2457.89164.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 48 (19.14% from 255) = 10.86%
R=50.68%
G=38.46%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241704800.240.790.1241.5973.9553.33
HexE0AA300184FC2a4a35
Octal34025260030117145211265
Binary1110000010101010110000011000100111111001010101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0aa30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0aa30; }

 p { color: rgb(224,170,48); }

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

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

 a { background-color: rgb(224,170,48); }

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

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

 span { border-color: rgb(224,170,48); }

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