#EEAC22

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

Shades of Gold Tips #EEAC22

Tints of Gold Tips #EEAC22

Color information

#EEAC22 (or 0xEEAC22) is unknown color: approx Gold Tips. HEX triplet: EE, AC and 22. RGB value is (238,172,34). Sum of RGB (Red+Green+Blue) = 238+172+34=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC22 is #1153DD. Grayscale: #B0B0B0. Windows color (decimal): -1135582 or 2272494. OLE color: 2272494.

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

Color convert

RGB23817234-
CMYK00.280.860.07
HSL40.59º85.71%53.33%-
HSV(B)40.59º85.71%93.33%-
XYZ50.347.88.09-
YUV17647.87172.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.60%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 34 (13.67% from 255) = 7.66%
R=53.60%
G=38.74%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381723400.280.860.0740.5985.7153.33
HexEEAC2201C567295635
Octal3562544203412675112665
Binary111011101010110010001001110010101101111010011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC22; }

 p { color: rgb(238,172,34); }

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

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

 a { background-color: rgb(238,172,34); }

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

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

 span { border-color: rgb(238,172,34); }

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