Html Css Color HEX #E5BA1E Gold Tips

📋 copy color: '#E5BA1E'

red 229 ◦ green 186 ◦ blue 30

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

Shades of Gold Tips #E5BA1E

Tints of Gold Tips #E5BA1E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

 BLUE value IS 30 (12.11% from 255) = 6.74%

R = 51.46%
G = 41.8%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5BA1E (or 0xE5BA1E) is known color: Gold Tips. HEX triplet: E5, BA and 1E. RGB value is (229,186,30). Sum of RGB (Red+Green+Blue) = 229+186+30=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA1E is #1A45E1. Grayscale: #B5B5B5. Windows color (decimal): -1721826 or 2013925. OLE color: 2013925.

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

Color convert

RGB 229 186 30 -
CMYK 0 0.19 0.87 0.10
HSL 47.04º 0.79% 0.51% -
HSV(B) 47.04º 0.87% 0.9% -
XYZ 50.11 51.87 8.6 -
YUV 181.07 42.75 162.18 -
System Red Green Blue C M Y K H S L
Decimal 229 186 30 0 0.19 0.87 0.10 47.04 0.79 0.51
Hex E5 BA 1E 0 13 57 A 2F 4F 33
Octal 345 272 36 0 23 127 12 57 117 63
Binary 11100101 10111010 11110 0 10011 1010111 1010 101111 1001111 110011

Color Harmonies of #E5BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA1E

Black with #E5BA1E

Text Example


Text Example

White with #E5BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA1E; }

 p { color: rgb(229,186,30); }

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

background-color css

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

 a { background-color: rgb(229,186,30); }

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

border-color css

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

 span { border-color: rgb(229,186,30); }

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