Html Css Color HEX #EAB520 Gold Tips

📋 copy color: '#EAB520'

red 234 ◦ green 181 ◦ blue 32

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

Shades of Gold Tips #EAB520

Tints of Gold Tips #EAB520

RGB

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

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

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

R = 52.35%
G = 40.49%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAB520 (or 0xEAB520) is known color: Gold Tips. HEX triplet: EA, B5 and 20. RGB value is (234,181,32). Sum of RGB (Red+Green+Blue) = 234+181+32=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB520 is #154ADF. Grayscale: #B4B4B4. Windows color (decimal): -1395424 or 2143722. OLE color: 2143722.

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

Color convert

RGB 234 181 32 -
CMYK 0 0.23 0.86 0.08
HSL 44.26º 0.83% 0.52% -
HSV(B) 44.26º 0.86% 0.92% -
XYZ 50.72 50.64 8.47 -
YUV 179.86 44.56 166.62 -
System Red Green Blue C M Y K H S L
Decimal 234 181 32 0 0.23 0.86 0.08 44.26 0.83 0.52
Hex EA B5 20 0 17 56 8 2C 53 34
Octal 352 265 40 0 27 126 10 54 123 64
Binary 11101010 10110101 100000 0 10111 1010110 1000 101100 1010011 110100

Color Harmonies of #EAB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB520

Black with #EAB520

Text Example


Text Example

White with #EAB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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