#EEAB24

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

Shades of Gold Tips #EEAB24

Tints of Gold Tips #EEAB24

Color information

#EEAB24 (or 0xEEAB24) is unknown color: approx Gold Tips. HEX triplet: EE, AB and 24. RGB value is (238,171,36). Sum of RGB (Red+Green+Blue) = 238+171+36=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB24 is #1154DB. Grayscale: #B0B0B0. Windows color (decimal): -1135836 or 2403310. OLE color: 2403310.

HSL color Cylindrical-coordinate representation of color #EEAB24: hue angle of 40.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEAB24 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB23817136-
CMYK00.280.850.07
HSL40.1º85.59%53.73%-
HSV(B)40.1º84.87%93.33%-
XYZ50.1447.438.18-
YUV175.6449.2172.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.48%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 36 (14.45% from 255) = 8.09%
R=53.48%
G=38.43%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381713600.280.850.0740.185.5953.73
HexEEAB2401C557285636
Octal3562534403412575012666
Binary111011101010101110010001110010101011111010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB24; }

 p { color: rgb(238,171,36); }

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

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

 a { background-color: rgb(238,171,36); }

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

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

 span { border-color: rgb(238,171,36); }

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