#E0B51E

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

Shades of Gold Tips #E0B51E

Tints of Gold Tips #E0B51E

Color information

#E0B51E (or 0xE0B51E) is unknown color: approx Gold Tips. HEX triplet: E0, B5 and 1E. RGB value is (224,181,30). Sum of RGB (Red+Green+Blue) = 224+181+30=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B51E is #1F4AE1. Grayscale: #B1B1B1. Windows color (decimal): -2050786 or 2012640. OLE color: 2012640.

HSL color Cylindrical-coordinate representation of color #E0B51E: hue angle of 46.7º 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 #E0B51E is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22418130-
CMYK00.190.870.12
HSL46.7º76.38%49.8%-
HSV(B)46.7º86.61%87.84%-
XYZ47.548.998.18-
YUV176.6445.25161.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.49%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 30 (12.11% from 255) = 6.90%
R=51.49%
G=41.61%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241813000.190.870.1246.776.3849.8
HexE0B51E01357C2f4c32
Octal34026536023127145711462
Binary111000001011010111110010011101011111001011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B51E; }

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

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

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

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

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

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

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

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