Html Css Color HEX #EAA522 Gold Tips

📋 copy color: '#EAA522'

red 234 ◦ green 165 ◦ blue 34

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

Shades of Gold Tips #EAA522

Tints of Gold Tips #EAA522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

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

R = 54.04%
G = 38.11%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAA522 (or 0xEAA522) is known color: Gold Tips. HEX triplet: EA, A5 and 22. RGB value is (234,165,34). Sum of RGB (Red+Green+Blue) = 234+165+34=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA522 is #155ADD. Grayscale: #ABABAB. Windows color (decimal): -1399518 or 2270698. OLE color: 2270698.

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

Color convert

RGB 234 165 34 -
CMYK 0 0.29 0.85 0.08
HSL 39.3º 0.83% 0.53% -
HSV(B) 39.3º 0.85% 0.92% -
XYZ 47.68 44.52 7.59 -
YUV 170.7 50.86 173.15 -
System Red Green Blue C M Y K H S L
Decimal 234 165 34 0 0.29 0.85 0.08 39.3 0.83 0.53
Hex EA A5 22 0 1D 55 8 27 53 35
Octal 352 245 42 0 35 125 10 47 123 65
Binary 11101010 10100101 100010 0 11101 1010101 1000 100111 1010011 110101

Color Harmonies of #EAA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA522

Black with #EAA522

Text Example


Text Example

White with #EAA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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