Html Css Color HEX #E5B61A Gold Tips

📋 copy color: '#E5B61A'

red 229 ◦ green 182 ◦ blue 26

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

Shades of Gold Tips #E5B61A

Tints of Gold Tips #E5B61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

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

R = 52.4%
G = 41.65%
B = 5.95%

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

#E5B61A (or 0xE5B61A) is known color: Gold Tips. HEX triplet: E5, B6 and 1A. RGB value is (229,182,26). Sum of RGB (Red+Green+Blue) = 229+182+26=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B61A is #1A49E5. Grayscale: #B2B2B2. Windows color (decimal): -1722854 or 1750757. OLE color: 1750757.

HSL color Cylindrical-coordinate representation of color #E5B61A: hue angle of 46.11º 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 #E5B61A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 182 26 -
CMYK 0 0.21 0.89 0.10
HSL 46.11º 0.8% 0.5% -
HSV(B) 46.11º 0.89% 0.9% -
XYZ 49.23 50.19 8.07 -
YUV 178.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 229 182 26 0 0.21 0.89 0.10 46.11 0.8 0.5
Hex E5 B6 1A 0 15 59 A 2E 50 32
Octal 345 266 32 0 25 131 12 56 120 62
Binary 11100101 10110110 11010 0 10101 1011001 1010 101110 1010000 110010

Color Harmonies of #E5B61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B61A

Black with #E5B61A

Text Example


Text Example

White with #E5B61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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