Html Css Color HEX #E2AD1F Gold Tips

📋 copy color: '#E2AD1F'

red 226 ◦ green 173 ◦ blue 31

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

Shades of Gold Tips #E2AD1F

Tints of Gold Tips #E2AD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.21%

R = 52.56%
G = 40.23%
B = 7.21%

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

#E2AD1F (or 0xE2AD1F) is known color: Gold Tips. HEX triplet: E2, AD and 1F. RGB value is (226,173,31). Sum of RGB (Red+Green+Blue) = 226+173+31=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AD1F is #1D52E0. Grayscale: #ADADAD. Windows color (decimal): -1921761 or 2076130. OLE color: 2076130.

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

Color convert

RGB 226 173 31 -
CMYK 0 0.23 0.86 0.11
HSL 43.69º 0.77% 0.5% -
HSV(B) 43.69º 0.86% 0.89% -
XYZ 46.55 46.15 7.75 -
YUV 172.66 48.06 166.05 -
System Red Green Blue C M Y K H S L
Decimal 226 173 31 0 0.23 0.86 0.11 43.69 0.77 0.5
Hex E2 AD 1F 0 17 56 B 2C 4D 32
Octal 342 255 37 0 27 126 13 54 115 62
Binary 11100010 10101101 11111 0 10111 1010110 1011 101100 1001101 110010

Color Harmonies of #E2AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD1F

Black with #E2AD1F

Text Example


Text Example

White with #E2AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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