#EAB129

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

Shades of Gold Tips #EAB129

Tints of Gold Tips #EAB129

Color information

#EAB129 (or 0xEAB129) is unknown color: approx Gold Tips. HEX triplet: EA, B1 and 29. RGB value is (234,177,41). Sum of RGB (Red+Green+Blue) = 234+177+41=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB129 is #154ED6. Grayscale: #B3B3B3. Windows color (decimal): -1396439 or 2732522. OLE color: 2732522.

HSL color Cylindrical-coordinate representation of color #EAB129: hue angle of 42.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAB129 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB23417741-
CMYK00.240.820.08
HSL42.28º82.13%53.92%-
HSV(B)42.28º82.48%91.76%-
XYZ50.0549.18.94-
YUV178.5450.38167.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.77%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 41 (16.41% from 255) = 9.07%
R=51.77%
G=39.16%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341774100.240.820.0842.2882.1353.92
HexEAB1290185282a5236
Octal35226151030122105212266
Binary1110101010110001101001011000101001010001010101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB129; }

 p { color: rgb(234,177,41); }

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

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

 a { background-color: rgb(234,177,41); }

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

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

 span { border-color: rgb(234,177,41); }

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