Html Css Color HEX #E5B31C Gold Tips

📋 copy color: '#E5B31C'

red 229 ◦ green 179 ◦ blue 28

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

Shades of Gold Tips #E5B31C

Tints of Gold Tips #E5B31C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 52.52%
G = 41.06%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5B31C (or 0xE5B31C) is known color: Gold Tips. HEX triplet: E5, B3 and 1C. RGB value is (229,179,28). Sum of RGB (Red+Green+Blue) = 229+179+28=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B31C is #1A4CE3. Grayscale: #B1B1B1. Windows color (decimal): -1723620 or 1881061. OLE color: 1881061.

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

Color convert

RGB 229 179 28 -
CMYK 0 0.22 0.88 0.10
HSL 45.07º 0.79% 0.5% -
HSV(B) 45.07º 0.88% 0.9% -
XYZ 48.64 48.98 7.99 -
YUV 176.74 44.07 165.28 -
System Red Green Blue C M Y K H S L
Decimal 229 179 28 0 0.22 0.88 0.10 45.07 0.79 0.5
Hex E5 B3 1C 0 16 58 A 2D 4F 32
Octal 345 263 34 0 26 130 12 55 117 62
Binary 11100101 10110011 11100 0 10110 1011000 1010 101101 1001111 110010

Color Harmonies of #E5B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B31C

Black with #E5B31C

Text Example


Text Example

White with #E5B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B31C; }

 p { color: rgb(229,179,28); }

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

background-color css

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

 a { background-color: rgb(229,179,28); }

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

border-color css

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

 span { border-color: rgb(229,179,28); }

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