#E0B71E

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

Shades of Gold Tips #E0B71E

Tints of Gold Tips #E0B71E

Color information

#E0B71E (or 0xE0B71E) is unknown color: approx Gold Tips. HEX triplet: E0, B7 and 1E. RGB value is (224,183,30). Sum of RGB (Red+Green+Blue) = 224+183+30=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B71E is #1F48E1. Grayscale: #B2B2B2. Windows color (decimal): -2050274 or 2013152. OLE color: 2013152.

HSL color Cylindrical-coordinate representation of color #E0B71E: hue angle of 47.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0B71E is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22418330-
CMYK00.180.870.12
HSL47.32º76.38%49.8%-
HSV(B)47.32º86.61%87.84%-
XYZ47.9149.818.32-
YUV177.8244.58160.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.26%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 30 (12.11% from 255) = 6.86%
R=51.26%
G=41.88%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241833000.180.870.1247.3276.3849.8
HexE0B71E01257C2f4c32
Octal34026736022127145711462
Binary111000001011011111110010010101011111001011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B71E; }

 p { color: rgb(224,183,30); }

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

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

 a { background-color: rgb(224,183,30); }

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

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

 span { border-color: rgb(224,183,30); }

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