Html Css Color HEX #EAAF31 Gold Tips

📋 copy color: '#EAAF31'

red 234 ◦ green 175 ◦ blue 49

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

Shades of Gold Tips #EAAF31

Tints of Gold Tips #EAAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.21%

 BLUE value IS 49 (19.53% from 255) = 10.7%

R = 51.09%
G = 38.21%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAAF31 (or 0xEAAF31) is known color: Gold Tips. HEX triplet: EA, AF and 31. RGB value is (234,175,49). Sum of RGB (Red+Green+Blue) = 234+175+49=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF31 is #1550CE. Grayscale: #B2B2B2. Windows color (decimal): -1396943 or 3256298. OLE color: 3256298.

HSL color Cylindrical-coordinate representation of color #EAAF31: hue angle of 40.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAAF31 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 175 49 -
CMYK 0 0.25 0.79 0.08
HSL 40.86º 0.81% 0.55% -
HSV(B) 40.86º 0.79% 0.92% -
XYZ 49.82 48.37 9.62 -
YUV 178.28 55.05 167.75 -
System Red Green Blue C M Y K H S L
Decimal 234 175 49 0 0.25 0.79 0.08 40.86 0.81 0.55
Hex EA AF 31 0 19 4F 8 29 51 37
Octal 352 257 61 0 31 117 10 51 121 67
Binary 11101010 10101111 110001 0 11001 1001111 1000 101001 1010001 110111

Color Harmonies of #EAAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF31

Black with #EAAF31

Text Example


Text Example

White with #EAAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF31; }

 p { color: rgb(234,175,49); }

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

background-color css

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

 a { background-color: rgb(234,175,49); }

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

border-color css

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

 span { border-color: rgb(234,175,49); }

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