Html Css Color HEX #E3B120 Gold Tips

📋 copy color: '#E3B120'

red 227 ◦ green 177 ◦ blue 32

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

Shades of Gold Tips #E3B120

Tints of Gold Tips #E3B120

RGB

 RED value IS 227 (89.06% from 255) = 52.06%

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

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

R = 52.06%
G = 40.6%
B = 7.34%

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

#E3B120 (or 0xE3B120) is known color: Gold Tips. HEX triplet: E3, B1 and 20. RGB value is (227,177,32). Sum of RGB (Red+Green+Blue) = 227+177+32=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3B120 is #1C4EDF. Grayscale: #B0B0B0. Windows color (decimal): -1855200 or 2142691. OLE color: 2142691.

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

Color convert

RGB 227 177 32 -
CMYK 0 0.22 0.86 0.11
HSL 44.62º 0.78% 0.51% -
HSV(B) 44.62º 0.86% 0.89% -
XYZ 47.66 47.88 8.1 -
YUV 175.42 47.07 164.79 -
System Red Green Blue C M Y K H S L
Decimal 227 177 32 0 0.22 0.86 0.11 44.62 0.78 0.51
Hex E3 B1 20 0 16 56 B 2D 4E 33
Octal 343 261 40 0 26 126 13 55 116 63
Binary 11100011 10110001 100000 0 10110 1010110 1011 101101 1001110 110011

Color Harmonies of #E3B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3B120

Black with #E3B120

Text Example


Text Example

White with #E3B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3B120; }

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

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

background-color css

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

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

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

border-color css

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

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

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