Html Css Color HEX #EAAA22 Gold Tips

📋 copy color: '#EAAA22'

red 234 ◦ green 170 ◦ blue 34

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

Shades of Gold Tips #EAAA22

Tints of Gold Tips #EAAA22

RGB

 RED value IS 234 (91.8% from 255) = 53.42%

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

 BLUE value IS 34 (13.67% from 255) = 7.76%

R = 53.42%
G = 38.81%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAAA22 (or 0xEAAA22) is known color: Gold Tips. HEX triplet: EA, AA and 22. RGB value is (234,170,34). Sum of RGB (Red+Green+Blue) = 234+170+34=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA22 is #1555DD. Grayscale: #AEAEAE. Windows color (decimal): -1398238 or 2271978. OLE color: 2271978.

HSL color Cylindrical-coordinate representation of color #EAAA22: hue angle of 40.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAAA22 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 34 -
CMYK 0 0.27 0.85 0.08
HSL 40.8º 0.83% 0.53% -
HSV(B) 40.8º 0.85% 0.92% -
XYZ 48.6 46.36 7.9 -
YUV 173.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 234 170 34 0 0.27 0.85 0.08 40.8 0.83 0.53
Hex EA AA 22 0 1B 55 8 29 53 35
Octal 352 252 42 0 33 125 10 51 123 65
Binary 11101010 10101010 100010 0 11011 1010101 1000 101001 1010011 110101

Color Harmonies of #EAAA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA22

Black with #EAAA22

Text Example


Text Example

White with #EAAA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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