Html Css Color HEX #EEAA2A Gold Tips

📋 copy color: '#EEAA2A'

red 238 ◦ green 170 ◦ blue 42

#EEAA2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #EEAA2A

Tints of Gold Tips #EEAA2A

RGB

 RED value IS 238 (93.36% from 255) = 52.89%

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 42 (16.8% from 255) = 9.33%

R = 52.89%
G = 37.78%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEAA2A (or 0xEEAA2A) is known color: Gold Tips. HEX triplet: EE, AA and 2A. RGB value is (238,170,42). Sum of RGB (Red+Green+Blue) = 238+170+42=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA2A is #1155D5. Grayscale: #B0B0B0. Windows color (decimal): -1136086 or 2796270. OLE color: 2796270.

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

Color convert

RGB 238 170 42 -
CMYK 0 0.29 0.82 0.07
HSL 39.18º 0.85% 0.55% -
HSV(B) 39.18º 0.82% 0.93% -
XYZ 50.05 47.09 8.64 -
YUV 175.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 238 170 42 0 0.29 0.82 0.07 39.18 0.85 0.55
Hex EE AA 2A 0 1D 52 7 27 55 37
Octal 356 252 52 0 35 122 7 47 125 67
Binary 11101110 10101010 101010 0 11101 1010010 111 100111 1010101 110111

Color Harmonies of #EEAA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA2A

Black with #EEAA2A

Text Example


Text Example

White with #EEAA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA2A; }

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

 H1.HeaderClassName
 {
   color: #EEAA2A;
 }
 .AnyTagClassName
 {
   color: #EEAA2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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