Html Css Color HEX #E1B116 Gold Tips

📋 copy color: '#E1B116'

red 225 ◦ green 177 ◦ blue 22

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

Shades of Gold Tips #E1B116

Tints of Gold Tips #E1B116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.19%

R = 53.07%
G = 41.75%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E1B116 (or 0xE1B116) is known color: Gold Tips. HEX triplet: E1, B1 and 16. RGB value is (225,177,22). Sum of RGB (Red+Green+Blue) = 225+177+22=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B116 is #1E4EE9. Grayscale: #AEAEAE. Windows color (decimal): -1986282 or 1487329. OLE color: 1487329.

HSL color Cylindrical-coordinate representation of color #E1B116: hue angle of 45.81º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1B116 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 177 22 -
CMYK 0 0.21 0.90 0.12
HSL 45.81º 0.82% 0.48% -
HSV(B) 45.81º 0.9% 0.88% -
XYZ 46.92 47.51 7.46 -
YUV 173.68 42.4 164.6 -
System Red Green Blue C M Y K H S L
Decimal 225 177 22 0 0.21 0.90 0.12 45.81 0.82 0.48
Hex E1 B1 16 0 15 5A C 2E 52 30
Octal 341 261 26 0 25 132 14 56 122 60
Binary 11100001 10110001 10110 0 10101 1011010 1100 101110 1010010 110000

Color Harmonies of #E1B116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B116

Black with #E1B116

Text Example


Text Example

White with #E1B116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B116; }

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

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

background-color css

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

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

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

border-color css

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

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

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