Html Css Color HEX #E1B11E Gold Tips

📋 copy color: '#E1B11E'

red 225 ◦ green 177 ◦ blue 30

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

Shades of Gold Tips #E1B11E

Tints of Gold Tips #E1B11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.94%

R = 52.08%
G = 40.97%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1B11E (or 0xE1B11E) is known color: Gold Tips. HEX triplet: E1, B1 and 1E. RGB value is (225,177,30). Sum of RGB (Red+Green+Blue) = 225+177+30=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B11E is #1E4EE1. Grayscale: #AFAFAF. Windows color (decimal): -1986274 or 2011617. OLE color: 2011617.

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

Color convert

RGB 225 177 30 -
CMYK 0 0.21 0.87 0.12
HSL 45.23º 0.76% 0.5% -
HSV(B) 45.23º 0.87% 0.88% -
XYZ 47.01 47.55 7.93 -
YUV 174.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 225 177 30 0 0.21 0.87 0.12 45.23 0.76 0.5
Hex E1 B1 1E 0 15 57 C 2D 4C 32
Octal 341 261 36 0 25 127 14 55 114 62
Binary 11100001 10110001 11110 0 10101 1010111 1100 101101 1001100 110010

Color Harmonies of #E1B11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B11E

Black with #E1B11E

Text Example


Text Example

White with #E1B11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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