Html Css Color HEX #E5B32F Gold Tips

📋 copy color: '#E5B32F'

red 229 ◦ green 179 ◦ blue 47

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

Shades of Gold Tips #E5B32F

Tints of Gold Tips #E5B32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.33%

R = 50.33%
G = 39.34%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5B32F (or 0xE5B32F) is known color: Gold Tips. HEX triplet: E5, B3 and 2F. RGB value is (229,179,47). Sum of RGB (Red+Green+Blue) = 229+179+47=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B32F is #1A4CD0. Grayscale: #B3B3B3. Windows color (decimal): -1723601 or 3126245. OLE color: 3126245.

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

Color convert

RGB 229 179 47 -
CMYK 0 0.22 0.79 0.10
HSL 43.52º 0.78% 0.54% -
HSV(B) 43.52º 0.79% 0.9% -
XYZ 48.95 49.1 9.59 -
YUV 178.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 229 179 47 0 0.22 0.79 0.10 43.52 0.78 0.54
Hex E5 B3 2F 0 16 4F A 2C 4E 36
Octal 345 263 57 0 26 117 12 54 116 66
Binary 11100101 10110011 101111 0 10110 1001111 1010 101100 1001110 110110

Color Harmonies of #E5B32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B32F

Black with #E5B32F

Text Example


Text Example

White with #E5B32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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