Html Css Color HEX #E5B11F Gold Tips

📋 copy color: '#E5B11F'

red 229 ◦ green 177 ◦ blue 31

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

Shades of Gold Tips #E5B11F

Tints of Gold Tips #E5B11F

RGB

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

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

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

R = 52.4%
G = 40.5%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5B11F (or 0xE5B11F) is known color: Gold Tips. HEX triplet: E5, B1 and 1F. RGB value is (229,177,31). Sum of RGB (Red+Green+Blue) = 229+177+31=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B11F is #1A4EE0. Grayscale: #B0B0B0. Windows color (decimal): -1724129 or 2077157. OLE color: 2077157.

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

Color convert

RGB 229 177 31 -
CMYK 0 0.23 0.86 0.10
HSL 44.24º 0.79% 0.51% -
HSV(B) 44.24º 0.86% 0.9% -
XYZ 48.28 48.2 8.06 -
YUV 175.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 229 177 31 0 0.23 0.86 0.10 44.24 0.79 0.51
Hex E5 B1 1F 0 17 56 A 2C 4F 33
Octal 345 261 37 0 27 126 12 54 117 63
Binary 11100101 10110001 11111 0 10111 1010110 1010 101100 1001111 110011

Color Harmonies of #E5B11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B11F

Black with #E5B11F

Text Example


Text Example

White with #E5B11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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