Html Css Color HEX #EAB120 Gold Tips

📋 copy color: '#EAB120'

red 234 ◦ green 177 ◦ blue 32

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

Shades of Gold Tips #EAB120

Tints of Gold Tips #EAB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.95%

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

R = 52.82%
G = 39.95%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAB120 (or 0xEAB120) is known color: Gold Tips. HEX triplet: EA, B1 and 20. RGB value is (234,177,32). Sum of RGB (Red+Green+Blue) = 234+177+32=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB120 is #154EDF. Grayscale: #B2B2B2. Windows color (decimal): -1396448 or 2142698. OLE color: 2142698.

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

Color convert

RGB 234 177 32 -
CMYK 0 0.24 0.86 0.08
HSL 43.07º 0.83% 0.52% -
HSV(B) 43.07º 0.86% 0.92% -
XYZ 49.91 49.04 8.2 -
YUV 177.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 234 177 32 0 0.24 0.86 0.08 43.07 0.83 0.52
Hex EA B1 20 0 18 56 8 2B 53 34
Octal 352 261 40 0 30 126 10 53 123 64
Binary 11101010 10110001 100000 0 11000 1010110 1000 101011 1010011 110100

Color Harmonies of #EAB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB120

Black with #EAB120

Text Example


Text Example

White with #EAB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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