#E8AB29

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

Shades of Gold Tips #E8AB29

Tints of Gold Tips #E8AB29

Color information

#E8AB29 (or 0xE8AB29) is unknown color: approx Gold Tips. HEX triplet: E8, AB and 29. RGB value is (232,171,41). Sum of RGB (Red+Green+Blue) = 232+171+41=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AB29 is #1754D6. Grayscale: #AFAFAF. Windows color (decimal): -1529047 or 2730984. OLE color: 2730984.

HSL color Cylindrical-coordinate representation of color #E8AB29: hue angle of 40.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8AB29 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB23217141-
CMYK00.260.820.09
HSL40.84º80.59%53.53%-
HSV(B)40.84º82.33%90.98%-
XYZ48.2446.448.52-
YUV174.4252.71169.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.25%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 41 (16.41% from 255) = 9.23%
R=52.25%
G=38.51%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321714100.260.820.0940.8480.5953.53
HexE8AB2901A529295136
Octal35025351032122115112166
Binary1110100010101011101001011010101001010011010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AB29; }

 p { color: rgb(232,171,41); }

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

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

 a { background-color: rgb(232,171,41); }

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

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

 span { border-color: rgb(232,171,41); }

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