Html Css Color HEX #E5B314 Gold Tips

📋 copy color: '#E5B314'

red 229 ◦ green 179 ◦ blue 20

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

Shades of Gold Tips #E5B314

Tints of Gold Tips #E5B314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 53.5%
G = 41.82%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E5B314 (or 0xE5B314) is known color: Gold Tips. HEX triplet: E5, B3 and 14. RGB value is (229,179,20). Sum of RGB (Red+Green+Blue) = 229+179+20=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B314 is #1A4CEB. Grayscale: #B0B0B0. Windows color (decimal): -1723628 or 1356773. OLE color: 1356773.

HSL color Cylindrical-coordinate representation of color #E5B314: hue angle of 45.65º degrees, saturation: 0.84, 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 #E5B314 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 179 20 -
CMYK 0 0.22 0.91 0.10
HSL 45.65º 0.84% 0.49% -
HSV(B) 45.65º 0.91% 0.9% -
XYZ 48.56 48.95 7.55 -
YUV 175.82 40.07 165.93 -
System Red Green Blue C M Y K H S L
Decimal 229 179 20 0 0.22 0.91 0.10 45.65 0.84 0.49
Hex E5 B3 14 0 16 5B A 2E 54 31
Octal 345 263 24 0 26 133 12 56 124 61
Binary 11100101 10110011 10100 0 10110 1011011 1010 101110 1010100 110001

Color Harmonies of #E5B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B314

Black with #E5B314

Text Example


Text Example

White with #E5B314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B314; }

 p { color: rgb(229,179,20); }

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

background-color css

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

 a { background-color: rgb(229,179,20); }

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

border-color css

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

 span { border-color: rgb(229,179,20); }

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