Html Css Color HEX #EAB220 Gold Tips

📋 copy color: '#EAB220'

red 234 ◦ green 178 ◦ blue 32

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

Shades of Gold Tips #EAB220

Tints of Gold Tips #EAB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 52.7%
G = 40.09%
B = 7.21%

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

#EAB220 (or 0xEAB220) is known color: Gold Tips. HEX triplet: EA, B2 and 20. RGB value is (234,178,32). Sum of RGB (Red+Green+Blue) = 234+178+32=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB220 is #154DDF. Grayscale: #B2B2B2. Windows color (decimal): -1396192 or 2142954. OLE color: 2142954.

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

Color convert

RGB 234 178 32 -
CMYK 0 0.24 0.86 0.08
HSL 43.37º 0.83% 0.52% -
HSV(B) 43.37º 0.86% 0.92% -
XYZ 50.11 49.44 8.27 -
YUV 178.1 45.55 167.87 -
System Red Green Blue C M Y K H S L
Decimal 234 178 32 0 0.24 0.86 0.08 43.37 0.83 0.52
Hex EA B2 20 0 18 56 8 2B 53 34
Octal 352 262 40 0 30 126 10 53 123 64
Binary 11101010 10110010 100000 0 11000 1010110 1000 101011 1010011 110100

Color Harmonies of #EAB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB220

Black with #EAB220

Text Example


Text Example

White with #EAB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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