Html Css Color HEX #EAB920 Gold Tips

📋 copy color: '#EAB920'

red 234 ◦ green 185 ◦ blue 32

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

Shades of Gold Tips #EAB920

Tints of Gold Tips #EAB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 32 (12.89% from 255) = 7.1%

R = 51.88%
G = 41.02%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAB920 (or 0xEAB920) is known color: Gold Tips. HEX triplet: EA, B9 and 20. RGB value is (234,185,32). Sum of RGB (Red+Green+Blue) = 234+185+32=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB920 is #1546DF. Grayscale: #B6B6B6. Windows color (decimal): -1394400 or 2144746. OLE color: 2144746.

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

Color convert

RGB 234 185 32 -
CMYK 0 0.21 0.86 0.08
HSL 45.45º 0.83% 0.52% -
HSV(B) 45.45º 0.86% 0.92% -
XYZ 51.54 52.29 8.74 -
YUV 182.21 43.23 164.94 -
System Red Green Blue C M Y K H S L
Decimal 234 185 32 0 0.21 0.86 0.08 45.45 0.83 0.52
Hex EA B9 20 0 15 56 8 2D 53 34
Octal 352 271 40 0 25 126 10 55 123 64
Binary 11101010 10111001 100000 0 10101 1010110 1000 101101 1010011 110100

Color Harmonies of #EAB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB920

Black with #EAB920

Text Example


Text Example

White with #EAB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB920; }

 p { color: rgb(234,185,32); }

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

background-color css

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

 a { background-color: rgb(234,185,32); }

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

border-color css

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

 span { border-color: rgb(234,185,32); }

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