Html Css Color HEX #EAA921 Gold Tips

📋 copy color: '#EAA921'

red 234 ◦ green 169 ◦ blue 33

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

Shades of Gold Tips #EAA921

Tints of Gold Tips #EAA921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.76%

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

R = 53.67%
G = 38.76%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAA921 (or 0xEAA921) is known color: Gold Tips. HEX triplet: EA, A9 and 21. RGB value is (234,169,33). Sum of RGB (Red+Green+Blue) = 234+169+33=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA921 is #1556DE. Grayscale: #ADADAD. Windows color (decimal): -1398495 or 2206186. OLE color: 2206186.

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

Color convert

RGB 234 169 33 -
CMYK 0 0.28 0.86 0.08
HSL 40.6º 0.83% 0.52% -
HSV(B) 40.6º 0.86% 0.92% -
XYZ 48.39 45.98 7.76 -
YUV 172.93 49.03 171.56 -
System Red Green Blue C M Y K H S L
Decimal 234 169 33 0 0.28 0.86 0.08 40.6 0.83 0.52
Hex EA A9 21 0 1C 56 8 29 53 34
Octal 352 251 41 0 34 126 10 51 123 64
Binary 11101010 10101001 100001 0 11100 1010110 1000 101001 1010011 110100

Color Harmonies of #EAA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA921

Black with #EAA921

Text Example


Text Example

White with #EAA921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA921; }

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

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

background-color css

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

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

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

border-color css

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

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

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