Html Css Color HEX #E5B531 Gold Tips

📋 copy color: '#E5B531'

red 229 ◦ green 181 ◦ blue 49

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

Shades of Gold Tips #E5B531

Tints of Gold Tips #E5B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

 BLUE value IS 49 (19.53% from 255) = 10.68%

R = 49.89%
G = 39.43%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5B531 (or 0xE5B531) is known color: Gold Tips. HEX triplet: E5, B5 and 31. RGB value is (229,181,49). Sum of RGB (Red+Green+Blue) = 229+181+49=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B531 is #1A4ACE. Grayscale: #B4B4B4. Windows color (decimal): -1723087 or 3257829. OLE color: 3257829.

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

Color convert

RGB 229 181 49 -
CMYK 0 0.21 0.79 0.10
HSL 44º 0.78% 0.55% -
HSV(B) 44º 0.79% 0.9% -
XYZ 49.39 49.93 9.94 -
YUV 180.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 229 181 49 0 0.21 0.79 0.10 44 0.78 0.55
Hex E5 B5 31 0 15 4F A 2C 4E 37
Octal 345 265 61 0 25 117 12 54 116 67
Binary 11100101 10110101 110001 0 10101 1001111 1010 101100 1001110 110111

Color Harmonies of #E5B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B531

Black with #E5B531

Text Example


Text Example

White with #E5B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B531; }

 p { color: rgb(229,181,49); }

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

background-color css

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

 a { background-color: rgb(229,181,49); }

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

border-color css

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

 span { border-color: rgb(229,181,49); }

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