Html Css Color HEX #EAA822 Gold Tips

📋 copy color: '#EAA822'

red 234 ◦ green 168 ◦ blue 34

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

Shades of Gold Tips #EAA822

Tints of Gold Tips #EAA822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

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

R = 53.67%
G = 38.53%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAA822 (or 0xEAA822) is known color: Gold Tips. HEX triplet: EA, A8 and 22. RGB value is (234,168,34). Sum of RGB (Red+Green+Blue) = 234+168+34=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA822 is #1557DD. Grayscale: #ADADAD. Windows color (decimal): -1398750 or 2271466. OLE color: 2271466.

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

Color convert

RGB 234 168 34 -
CMYK 0 0.28 0.85 0.08
HSL 40.2º 0.83% 0.53% -
HSV(B) 40.2º 0.85% 0.92% -
XYZ 48.22 45.61 7.78 -
YUV 172.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 234 168 34 0 0.28 0.85 0.08 40.2 0.83 0.53
Hex EA A8 22 0 1C 55 8 28 53 35
Octal 352 250 42 0 34 125 10 50 123 65
Binary 11101010 10101000 100010 0 11100 1010101 1000 101000 1010011 110101

Color Harmonies of #EAA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA822

Black with #EAA822

Text Example


Text Example

White with #EAA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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