Html Css Color HEX #EAB221 Gold Tips

📋 copy color: '#EAB221'

red 234 ◦ green 178 ◦ blue 33

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

Shades of Gold Tips #EAB221

Tints of Gold Tips #EAB221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.42%

R = 52.58%
G = 40%
B = 7.42%

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

#EAB221 (or 0xEAB221) is known color: Gold Tips. HEX triplet: EA, B2 and 21. RGB value is (234,178,33). Sum of RGB (Red+Green+Blue) = 234+178+33=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB221 is #154DDE. Grayscale: #B2B2B2. Windows color (decimal): -1396191 or 2208490. OLE color: 2208490.

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

Color convert

RGB 234 178 33 -
CMYK 0 0.24 0.86 0.08
HSL 43.28º 0.83% 0.52% -
HSV(B) 43.28º 0.86% 0.92% -
XYZ 50.13 49.44 8.34 -
YUV 178.21 46.05 167.79 -
System Red Green Blue C M Y K H S L
Decimal 234 178 33 0 0.24 0.86 0.08 43.28 0.83 0.52
Hex EA B2 21 0 18 56 8 2B 53 34
Octal 352 262 41 0 30 126 10 53 123 64
Binary 11101010 10110010 100001 0 11000 1010110 1000 101011 1010011 110100

Color Harmonies of #EAB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB221

Black with #EAB221

Text Example


Text Example

White with #EAB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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