Html Css Color HEX #E5B013 Gold Tips

📋 copy color: '#E5B013'

red 229 ◦ green 176 ◦ blue 19

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

Shades of Gold Tips #E5B013

Tints of Gold Tips #E5B013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

 BLUE value IS 19 (7.81% from 255) = 4.48%

R = 54.01%
G = 41.51%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E5B013 (or 0xE5B013) is known color: Gold Tips. HEX triplet: E5, B0 and 13. RGB value is (229,176,19). Sum of RGB (Red+Green+Blue) = 229+176+19=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B013 is #1A4FEC. Grayscale: #AEAEAE. Windows color (decimal): -1724397 or 1290469. OLE color: 1290469.

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

Color convert

RGB 229 176 19 -
CMYK 0 0.23 0.92 0.10
HSL 44.86º 0.85% 0.49% -
HSV(B) 44.86º 0.92% 0.9% -
XYZ 47.96 47.76 7.31 -
YUV 173.95 40.56 167.27 -
System Red Green Blue C M Y K H S L
Decimal 229 176 19 0 0.23 0.92 0.10 44.86 0.85 0.49
Hex E5 B0 13 0 17 5C A 2D 55 31
Octal 345 260 23 0 27 134 12 55 125 61
Binary 11100101 10110000 10011 0 10111 1011100 1010 101101 1010101 110001

Color Harmonies of #E5B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B013

Black with #E5B013

Text Example


Text Example

White with #E5B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B013; }

 p { color: rgb(229,176,19); }

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

background-color css

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

 a { background-color: rgb(229,176,19); }

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

border-color css

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

 span { border-color: rgb(229,176,19); }

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