Html Css Color HEX #E5B72D Gold Tips

📋 copy color: '#E5B72D'

red 229 ◦ green 183 ◦ blue 45

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

Shades of Gold Tips #E5B72D

Tints of Gold Tips #E5B72D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 45 (17.97% from 255) = 9.85%

R = 50.11%
G = 40.04%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5B72D (or 0xE5B72D) is known color: Gold Tips. HEX triplet: E5, B7 and 2D. RGB value is (229,183,45). Sum of RGB (Red+Green+Blue) = 229+183+45=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B72D is #1A48D2. Grayscale: #B5B5B5. Windows color (decimal): -1722579 or 2996197. OLE color: 2996197.

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

Color convert

RGB 229 183 45 -
CMYK 0 0.20 0.80 0.10
HSL 45º 0.78% 0.54% -
HSV(B) 45º 0.8% 0.9% -
XYZ 49.72 50.71 9.65 -
YUV 181.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 229 183 45 0 0.20 0.80 0.10 45 0.78 0.54
Hex E5 B7 2D 0 14 50 A 2D 4E 36
Octal 345 267 55 0 24 120 12 55 116 66
Binary 11100101 10110111 101101 0 10100 1010000 1010 101101 1001110 110110

Color Harmonies of #E5B72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B72D

Black with #E5B72D

Text Example


Text Example

White with #E5B72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B72D; }

 p { color: rgb(229,183,45); }

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

background-color css

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

 a { background-color: rgb(229,183,45); }

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

border-color css

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

 span { border-color: rgb(229,183,45); }

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