Html Css Color HEX #E5B116 Gold Tips

📋 copy color: '#E5B116'

red 229 ◦ green 177 ◦ blue 22

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

Shades of Gold Tips #E5B116

Tints of Gold Tips #E5B116

RGB

 RED value IS 229 (89.84% from 255) = 53.5%

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

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

R = 53.5%
G = 41.36%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5B116 (or 0xE5B116) is known color: Gold Tips. HEX triplet: E5, B1 and 16. RGB value is (229,177,22). Sum of RGB (Red+Green+Blue) = 229+177+22=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B116 is #1A4EE9. Grayscale: #AFAFAF. Windows color (decimal): -1724138 or 1487333. OLE color: 1487333.

HSL color Cylindrical-coordinate representation of color #E5B116: hue angle of 44.93º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5B116 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 177 22 -
CMYK 0 0.23 0.90 0.10
HSL 44.93º 0.82% 0.49% -
HSV(B) 44.93º 0.9% 0.9% -
XYZ 48.18 48.16 7.52 -
YUV 174.88 41.73 166.6 -
System Red Green Blue C M Y K H S L
Decimal 229 177 22 0 0.23 0.90 0.10 44.93 0.82 0.49
Hex E5 B1 16 0 17 5A A 2D 52 31
Octal 345 261 26 0 27 132 12 55 122 61
Binary 11100101 10110001 10110 0 10111 1011010 1010 101101 1010010 110001

Color Harmonies of #E5B116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B116

Black with #E5B116

Text Example


Text Example

White with #E5B116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B116; }

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

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

background-color css

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

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

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

border-color css

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

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

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