Html Css Color HEX #EAA324 Gold Tips

📋 copy color: '#EAA324'

red 234 ◦ green 163 ◦ blue 36

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

Shades of Gold Tips #EAA324

Tints of Gold Tips #EAA324

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

 BLUE value IS 36 (14.45% from 255) = 8.31%

R = 54.04%
G = 37.64%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAA324 (or 0xEAA324) is known color: Gold Tips. HEX triplet: EA, A3 and 24. RGB value is (234,163,36). Sum of RGB (Red+Green+Blue) = 234+163+36=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA324 is #155CDB. Grayscale: #AAAAAA. Windows color (decimal): -1400028 or 2401258. OLE color: 2401258.

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

Color convert

RGB 234 163 36 -
CMYK 0 0.30 0.85 0.08
HSL 38.48º 0.83% 0.53% -
HSV(B) 38.48º 0.85% 0.92% -
XYZ 47.35 43.81 7.63 -
YUV 169.75 52.52 173.83 -
System Red Green Blue C M Y K H S L
Decimal 234 163 36 0 0.30 0.85 0.08 38.48 0.83 0.53
Hex EA A3 24 0 1E 55 8 26 52 35
Octal 352 243 44 0 36 125 10 46 122 65
Binary 11101010 10100011 100100 0 11110 1010101 1000 100110 1010010 110101

Color Harmonies of #EAA324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA324

Black with #EAA324

Text Example


Text Example

White with #EAA324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA324; }

 p { color: rgb(234,163,36); }

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

background-color css

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

 a { background-color: rgb(234,163,36); }

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

border-color css

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

 span { border-color: rgb(234,163,36); }

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