Html Css Color HEX #EAB720 Gold Tips

📋 copy color: '#EAB720'

red 234 ◦ green 183 ◦ blue 32

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

Shades of Gold Tips #EAB720

Tints of Gold Tips #EAB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

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

R = 52.12%
G = 40.76%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAB720 (or 0xEAB720) is known color: Gold Tips. HEX triplet: EA, B7 and 20. RGB value is (234,183,32). Sum of RGB (Red+Green+Blue) = 234+183+32=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB720 is #1548DF. Grayscale: #B5B5B5. Windows color (decimal): -1394912 or 2144234. OLE color: 2144234.

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

Color convert

RGB 234 183 32 -
CMYK 0 0.22 0.86 0.08
HSL 44.85º 0.83% 0.52% -
HSV(B) 44.85º 0.86% 0.92% -
XYZ 51.13 51.46 8.61 -
YUV 181.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 234 183 32 0 0.22 0.86 0.08 44.85 0.83 0.52
Hex EA B7 20 0 16 56 8 2D 53 34
Octal 352 267 40 0 26 126 10 55 123 64
Binary 11101010 10110111 100000 0 10110 1010110 1000 101101 1010011 110100

Color Harmonies of #EAB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB720

Black with #EAB720

Text Example


Text Example

White with #EAB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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