#E9B32C

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

Shades of Gold Tips #E9B32C

Tints of Gold Tips #E9B32C

Color information

#E9B32C (or 0xE9B32C) is unknown color: approx Gold Tips. HEX triplet: E9, B3 and 2C. RGB value is (233,179,44). Sum of RGB (Red+Green+Blue) = 233+179+44=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9B32C is #164CD3. Grayscale: #B4B4B4. Windows color (decimal): -1461460 or 2929641. OLE color: 2929641.

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

Color convert

RGB23317944-
CMYK00.230.810.09
HSL42.86º81.12%54.31%-
HSV(B)42.86º81.12%91.37%-
XYZ50.1849.759.34-
YUV179.7651.39165.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.10%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 44 (17.58% from 255) = 9.65%
R=51.10%
G=39.25%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331794400.230.810.0942.8681.1254.31
HexE9B32C0175192b5136
Octal35126354027121115312166
Binary1110100110110011101100010111101000110011010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B32C; }

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

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

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

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

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

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

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

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