#E5B72C

Color #E5B72C Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #E5B72C

Tints of Gold Tips #E5B72C

Color information

#E5B72C (or 0xE5B72C) is unknown color: approx Gold Tips. HEX triplet: E5, B7 and 2C. RGB value is (229,183,44). Sum of RGB (Red+Green+Blue) = 229+183+44=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B72C is #1A48D3. Grayscale: #B5B5B5. Windows color (decimal): -1722580 or 2930661. OLE color: 2930661.

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

Color convert

RGB22918344-
CMYK00.200.810.10
HSL45.08º78.06%53.53%-
HSV(B)45.08º80.79%89.8%-
XYZ49.750.719.55-
YUV180.9150.74162.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.22%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 44 (17.58% from 255) = 9.65%
R=50.22%
G=40.13%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291834400.200.810.1045.0878.0653.53
HexE5B72C01451A2d4e36
Octal34526754024121125511666
Binary1110010110110111101100010100101000110101011011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B72C; }

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

 H1.HeaderClassName
 {
   color: #E5B72C;
 }
 .AnyTagClassName
 {
   color: #E5B72C;
 }
</style>
background-color css

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

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

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

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

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

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