Html Css Color HEX #E5B115 Gold Tips

📋 copy color: '#E5B115'

red 229 ◦ green 177 ◦ blue 21

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

Shades of Gold Tips #E5B115

Tints of Gold Tips #E5B115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 53.63%
G = 41.45%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E5B115 (or 0xE5B115) is known color: Gold Tips. HEX triplet: E5, B1 and 15. RGB value is (229,177,21). Sum of RGB (Red+Green+Blue) = 229+177+21=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B115 is #1A4EEA. Grayscale: #AFAFAF. Windows color (decimal): -1724139 or 1421797. OLE color: 1421797.

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

Color convert

RGB 229 177 21 -
CMYK 0 0.23 0.91 0.10
HSL 45º 0.83% 0.49% -
HSV(B) 45º 0.91% 0.9% -
XYZ 48.17 48.16 7.47 -
YUV 174.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 229 177 21 0 0.23 0.91 0.10 45 0.83 0.49
Hex E5 B1 15 0 17 5B A 2D 53 31
Octal 345 261 25 0 27 133 12 55 123 61
Binary 11100101 10110001 10101 0 10111 1011011 1010 101101 1010011 110001

Color Harmonies of #E5B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B115

Black with #E5B115

Text Example


Text Example

White with #E5B115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B115; }

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

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

background-color css

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

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

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

border-color css

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

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

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