#E9B31B

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

Shades of Gold Tips #E9B31B

Tints of Gold Tips #E9B31B

Color information

#E9B31B (or 0xE9B31B) is unknown color: approx Gold Tips. HEX triplet: E9, B3 and 1B. RGB value is (233,179,27). Sum of RGB (Red+Green+Blue) = 233+179+27=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B31B is #164CE4. Grayscale: #B2B2B2. Windows color (decimal): -1461477 or 1815529. OLE color: 1815529.

HSL color Cylindrical-coordinate representation of color #E9B31B: hue angle of 44.27º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9B31B is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB23317927-
CMYK00.230.880.09
HSL44.27º82.4%50.98%-
HSV(B)44.27º88.41%91.37%-
XYZ49.9249.647.99-
YUV177.8242.89167.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.08%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 27 (10.94% from 255) = 6.15%
R=53.08%
G=40.77%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331792700.230.880.0944.2782.450.98
HexE9B31B0175892c5233
Octal35126333027130115412263
Binary111010011011001111011010111101100010011011001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B31B; }

 p { color: rgb(233,179,27); }

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

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

 a { background-color: rgb(233,179,27); }

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

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

 span { border-color: rgb(233,179,27); }

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