#EEAA22

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

Shades of Gold Tips #EEAA22

Tints of Gold Tips #EEAA22

Color information

#EEAA22 (or 0xEEAA22) is unknown color: approx Gold Tips. HEX triplet: EE, AA and 22. RGB value is (238,170,34). Sum of RGB (Red+Green+Blue) = 238+170+34=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA22 is #1155DD. Grayscale: #AFAFAF. Windows color (decimal): -1136094 or 2271982. OLE color: 2271982.

HSL color Cylindrical-coordinate representation of color #EEAA22: hue angle of 40º 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 #EEAA22 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23817034-
CMYK00.290.860.07
HSL40º85.71%53.33%-
HSV(B)40º85.71%93.33%-
XYZ49.9247.047.96-
YUV174.8348.53173.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.85%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 34 (13.67% from 255) = 7.69%
R=53.85%
G=38.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381703400.290.860.074085.7153.33
HexEEAA2201D567285635
Octal3562524203512675012665
Binary111011101010101010001001110110101101111010001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA22; }

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

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

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

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

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

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

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

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