Html Css Color HEX #E2B120 Gold Tips

📋 copy color: '#E2B120'

red 226 ◦ green 177 ◦ blue 32

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

Shades of Gold Tips #E2B120

Tints of Gold Tips #E2B120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 51.95%
G = 40.69%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2B120 (or 0xE2B120) is known color: Gold Tips. HEX triplet: E2, B1 and 20. RGB value is (226,177,32). Sum of RGB (Red+Green+Blue) = 226+177+32=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B120 is #1D4EDF. Grayscale: #AFAFAF. Windows color (decimal): -1920736 or 2142690. OLE color: 2142690.

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

Color convert

RGB 226 177 32 -
CMYK 0 0.22 0.86 0.11
HSL 44.85º 0.77% 0.51% -
HSV(B) 44.85º 0.86% 0.89% -
XYZ 47.35 47.72 8.08 -
YUV 175.12 47.23 164.29 -
System Red Green Blue C M Y K H S L
Decimal 226 177 32 0 0.22 0.86 0.11 44.85 0.77 0.51
Hex E2 B1 20 0 16 56 B 2D 4D 33
Octal 342 261 40 0 26 126 13 55 115 63
Binary 11100010 10110001 100000 0 10110 1010110 1011 101101 1001101 110011

Color Harmonies of #E2B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B120

Black with #E2B120

Text Example


Text Example

White with #E2B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B120; }

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

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

background-color css

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

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

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

border-color css

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

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

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