#E0B11E

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

Shades of Gold Tips #E0B11E

Tints of Gold Tips #E0B11E

Color information

#E0B11E (or 0xE0B11E) is unknown color: approx Gold Tips. HEX triplet: E0, B1 and 1E. RGB value is (224,177,30). Sum of RGB (Red+Green+Blue) = 224+177+30=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B11E is #1F4EE1. Grayscale: #AEAEAE. Windows color (decimal): -2051810 or 2011616. OLE color: 2011616.

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

Color convert

RGB22417730-
CMYK00.210.870.12
HSL45.46º76.38%49.8%-
HSV(B)45.46º86.61%87.84%-
XYZ46.747.397.91-
YUV174.346.57163.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.97%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 30 (12.11% from 255) = 6.96%
R=51.97%
G=41.07%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241773000.210.870.1245.4676.3849.8
HexE0B11E01557C2d4c32
Octal34026136025127145511462
Binary111000001011000111110010101101011111001011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B11E; }

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

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

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

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

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

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

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

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