Html Css Color HEX #E2AD31 Gold Tips

📋 copy color: '#E2AD31'

red 226 ◦ green 173 ◦ blue 49

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

Shades of Gold Tips #E2AD31

Tints of Gold Tips #E2AD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

 BLUE value IS 49 (19.53% from 255) = 10.94%

R = 50.45%
G = 38.62%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E2AD31 (or 0xE2AD31) is known color: Gold Tips. HEX triplet: E2, AD and 31. RGB value is (226,173,49). Sum of RGB (Red+Green+Blue) = 226+173+49=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AD31 is #1D52CE. Grayscale: #AFAFAF. Windows color (decimal): -1921743 or 3255778. OLE color: 3255778.

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

Color convert

RGB 226 173 49 -
CMYK 0 0.23 0.78 0.11
HSL 42.03º 0.75% 0.54% -
HSV(B) 42.03º 0.78% 0.89% -
XYZ 46.86 46.28 9.37 -
YUV 174.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 226 173 49 0 0.23 0.78 0.11 42.03 0.75 0.54
Hex E2 AD 31 0 17 4E B 2A 4B 36
Octal 342 255 61 0 27 116 13 52 113 66
Binary 11100010 10101101 110001 0 10111 1001110 1011 101010 1001011 110110

Color Harmonies of #E2AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD31

Black with #E2AD31

Text Example


Text Example

White with #E2AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AD31; }

 p { color: rgb(226,173,49); }

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

background-color css

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

 a { background-color: rgb(226,173,49); }

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

border-color css

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

 span { border-color: rgb(226,173,49); }

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