Html Css Color HEX #E5B41A Gold Tips

📋 copy color: '#E5B41A'

red 229 ◦ green 180 ◦ blue 26

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

Shades of Gold Tips #E5B41A

Tints of Gold Tips #E5B41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.98%

R = 52.64%
G = 41.38%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5B41A (or 0xE5B41A) is known color: Gold Tips. HEX triplet: E5, B4 and 1A. RGB value is (229,180,26). Sum of RGB (Red+Green+Blue) = 229+180+26=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B41A is #1A4BE5. Grayscale: #B1B1B1. Windows color (decimal): -1723366 or 1750245. OLE color: 1750245.

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

Color convert

RGB 229 180 26 -
CMYK 0 0.21 0.89 0.10
HSL 45.52º 0.8% 0.5% -
HSV(B) 45.52º 0.89% 0.9% -
XYZ 48.82 49.38 7.93 -
YUV 177.1 42.73 165.02 -
System Red Green Blue C M Y K H S L
Decimal 229 180 26 0 0.21 0.89 0.10 45.52 0.8 0.5
Hex E5 B4 1A 0 15 59 A 2E 50 32
Octal 345 264 32 0 25 131 12 56 120 62
Binary 11100101 10110100 11010 0 10101 1011001 1010 101110 1010000 110010

Color Harmonies of #E5B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B41A

Black with #E5B41A

Text Example


Text Example

White with #E5B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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