Html Css Color HEX #E5B416 Gold Tips

📋 copy color: '#E5B416'

red 229 ◦ green 180 ◦ blue 22

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

Shades of Gold Tips #E5B416

Tints of Gold Tips #E5B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 22 (8.98% from 255) = 5.1%

R = 53.13%
G = 41.76%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5B416 (or 0xE5B416) is known color: Gold Tips. HEX triplet: E5, B4 and 16. RGB value is (229,180,22). Sum of RGB (Red+Green+Blue) = 229+180+22=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B416 is #1A4BE9. Grayscale: #B1B1B1. Windows color (decimal): -1723370 or 1488101. OLE color: 1488101.

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

Color convert

RGB 229 180 22 -
CMYK 0 0.21 0.90 0.10
HSL 45.8º 0.82% 0.49% -
HSV(B) 45.8º 0.9% 0.9% -
XYZ 48.78 49.36 7.72 -
YUV 176.64 40.73 165.35 -
System Red Green Blue C M Y K H S L
Decimal 229 180 22 0 0.21 0.90 0.10 45.8 0.82 0.49
Hex E5 B4 16 0 15 5A A 2E 52 31
Octal 345 264 26 0 25 132 12 56 122 61
Binary 11100101 10110100 10110 0 10101 1011010 1010 101110 1010010 110001

Color Harmonies of #E5B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B416

Black with #E5B416

Text Example


Text Example

White with #E5B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B416; }

 p { color: rgb(229,180,22); }

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

background-color css

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

 a { background-color: rgb(229,180,22); }

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

border-color css

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

 span { border-color: rgb(229,180,22); }

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