Html Css Color HEX #E2AE20 Gold Tips

📋 copy color: '#E2AE20'

red 226 ◦ green 174 ◦ blue 32

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

Shades of Gold Tips #E2AE20

Tints of Gold Tips #E2AE20

RGB

 RED value IS 226 (88.67% from 255) = 52.31%

 GREEN value IS 174 (68.36% from 255) = 40.28%

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

R = 52.31%
G = 40.28%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2AE20 (or 0xE2AE20) is known color: Gold Tips. HEX triplet: E2, AE and 20. RGB value is (226,174,32). Sum of RGB (Red+Green+Blue) = 226+174+32=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AE20 is #1D51DF. Grayscale: #ADADAD. Windows color (decimal): -1921504 or 2141922. OLE color: 2141922.

HSL color Cylindrical-coordinate representation of color #E2AE20: hue angle of 43.92º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2AE20 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 174 32 -
CMYK 0 0.23 0.86 0.11
HSL 43.92º 0.77% 0.51% -
HSV(B) 43.92º 0.86% 0.89% -
XYZ 46.76 46.55 7.89 -
YUV 173.36 48.23 165.55 -
System Red Green Blue C M Y K H S L
Decimal 226 174 32 0 0.23 0.86 0.11 43.92 0.77 0.51
Hex E2 AE 20 0 17 56 B 2C 4D 33
Octal 342 256 40 0 27 126 13 54 115 63
Binary 11100010 10101110 100000 0 10111 1010110 1011 101100 1001101 110011

Color Harmonies of #E2AE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AE20

Black with #E2AE20

Text Example


Text Example

White with #E2AE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AE20; }

 p { color: rgb(226,174,32); }

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

background-color css

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

 a { background-color: rgb(226,174,32); }

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

border-color css

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

 span { border-color: rgb(226,174,32); }

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