Html Css Color HEX #EAB516 Gold Tips

📋 copy color: '#EAB516'

red 234 ◦ green 181 ◦ blue 22

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

Shades of Gold Tips #EAB516

Tints of Gold Tips #EAB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 53.55%
G = 41.42%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAB516 (or 0xEAB516) is known color: Gold Tips. HEX triplet: EA, B5 and 16. RGB value is (234,181,22). Sum of RGB (Red+Green+Blue) = 234+181+22=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB516 is #154AE9. Grayscale: #B3B3B3. Windows color (decimal): -1395434 or 1488362. OLE color: 1488362.

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

Color convert

RGB 234 181 22 -
CMYK 0 0.23 0.91 0.08
HSL 45º 0.83% 0.5% -
HSV(B) 45º 0.91% 0.92% -
XYZ 50.6 50.6 7.86 -
YUV 178.72 39.56 167.43 -
System Red Green Blue C M Y K H S L
Decimal 234 181 22 0 0.23 0.91 0.08 45 0.83 0.5
Hex EA B5 16 0 17 5B 8 2D 53 32
Octal 352 265 26 0 27 133 10 55 123 62
Binary 11101010 10110101 10110 0 10111 1011011 1000 101101 1010011 110010

Color Harmonies of #EAB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB516

Black with #EAB516

Text Example


Text Example

White with #EAB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB516; }

 p { color: rgb(234,181,22); }

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

background-color css

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

 a { background-color: rgb(234,181,22); }

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

border-color css

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

 span { border-color: rgb(234,181,22); }

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