Html Css Color HEX #EAA521 Gold Tips

📋 copy color: '#EAA521'

red 234 ◦ green 165 ◦ blue 33

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

Shades of Gold Tips #EAA521

Tints of Gold Tips #EAA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

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

R = 54.17%
G = 38.19%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAA521 (or 0xEAA521) is known color: Gold Tips. HEX triplet: EA, A5 and 21. RGB value is (234,165,33). Sum of RGB (Red+Green+Blue) = 234+165+33=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA521 is #155ADE. Grayscale: #ABABAB. Windows color (decimal): -1399519 or 2205162. OLE color: 2205162.

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

Color convert

RGB 234 165 33 -
CMYK 0 0.29 0.86 0.08
HSL 39.4º 0.83% 0.52% -
HSV(B) 39.4º 0.86% 0.92% -
XYZ 47.66 44.51 7.52 -
YUV 170.58 50.36 173.23 -
System Red Green Blue C M Y K H S L
Decimal 234 165 33 0 0.29 0.86 0.08 39.4 0.83 0.52
Hex EA A5 21 0 1D 56 8 27 53 34
Octal 352 245 41 0 35 126 10 47 123 64
Binary 11101010 10100101 100001 0 11101 1010110 1000 100111 1010011 110100

Color Harmonies of #EAA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA521

Black with #EAA521

Text Example


Text Example

White with #EAA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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