Html Css Color HEX #E1B11F Gold Tips

📋 copy color: '#E1B11F'

red 225 ◦ green 177 ◦ blue 31

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

Shades of Gold Tips #E1B11F

Tints of Gold Tips #E1B11F

RGB

 RED value IS 225 (88.28% from 255) = 51.96%

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

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

R = 51.96%
G = 40.88%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1B11F (or 0xE1B11F) is known color: Gold Tips. HEX triplet: E1, B1 and 1F. RGB value is (225,177,31). Sum of RGB (Red+Green+Blue) = 225+177+31=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B11F is #1E4EE0. Grayscale: #AFAFAF. Windows color (decimal): -1986273 or 2077153. OLE color: 2077153.

HSL color Cylindrical-coordinate representation of color #E1B11F: hue angle of 45.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1B11F is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 177 31 -
CMYK 0 0.21 0.86 0.12
HSL 45.15º 0.76% 0.5% -
HSV(B) 45.15º 0.86% 0.88% -
XYZ 47.02 47.55 8 -
YUV 174.71 46.9 163.87 -
System Red Green Blue C M Y K H S L
Decimal 225 177 31 0 0.21 0.86 0.12 45.15 0.76 0.5
Hex E1 B1 1F 0 15 56 C 2D 4C 32
Octal 341 261 37 0 25 126 14 55 114 62
Binary 11100001 10110001 11111 0 10101 1010110 1100 101101 1001100 110010

Color Harmonies of #E1B11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B11F

Black with #E1B11F

Text Example


Text Example

White with #E1B11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B11F; }

 p { color: rgb(225,177,31); }

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

background-color css

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

 a { background-color: rgb(225,177,31); }

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

border-color css

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

 span { border-color: rgb(225,177,31); }

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