Html Css Color HEX #E5B11A Gold Tips

📋 copy color: '#E5B11A'

red 229 ◦ green 177 ◦ blue 26

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

Shades of Gold Tips #E5B11A

Tints of Gold Tips #E5B11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.02%

R = 53.01%
G = 40.97%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5B11A (or 0xE5B11A) is known color: Gold Tips. HEX triplet: E5, B1 and 1A. RGB value is (229,177,26). Sum of RGB (Red+Green+Blue) = 229+177+26=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B11A is #1A4EE5. Grayscale: #AFAFAF. Windows color (decimal): -1724134 or 1749477. OLE color: 1749477.

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

Color convert

RGB 229 177 26 -
CMYK 0 0.23 0.89 0.10
HSL 44.63º 0.8% 0.5% -
HSV(B) 44.63º 0.89% 0.9% -
XYZ 48.22 48.18 7.73 -
YUV 175.33 43.73 166.28 -
System Red Green Blue C M Y K H S L
Decimal 229 177 26 0 0.23 0.89 0.10 44.63 0.8 0.5
Hex E5 B1 1A 0 17 59 A 2D 50 32
Octal 345 261 32 0 27 131 12 55 120 62
Binary 11100101 10110001 11010 0 10111 1011001 1010 101101 1010000 110010

Color Harmonies of #E5B11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B11A

Black with #E5B11A

Text Example


Text Example

White with #E5B11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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