#E9B12E

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

Shades of Gold Tips #E9B12E

Tints of Gold Tips #E9B12E

Color information

#E9B12E (or 0xE9B12E) is unknown color: approx Gold Tips. HEX triplet: E9, B1 and 2E. RGB value is (233,177,46). Sum of RGB (Red+Green+Blue) = 233+177+46=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B12E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9B12E is #164ED1. Grayscale: #B3B3B3. Windows color (decimal): -1461970 or 3060201. OLE color: 3060201.

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

Color convert

RGB23317746-
CMYK00.240.800.09
HSL42.03º80.95%54.71%-
HSV(B)42.03º80.26%91.37%-
XYZ49.8248.979.41-
YUV178.8153.05166.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.10%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 46 (18.36% from 255) = 10.09%
R=51.10%
G=38.82%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331774600.240.800.0942.0380.9554.71
HexE9B12E0185092a5137
Octal35126156030120115212167
Binary1110100110110001101110011000101000010011010101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B12E; }

 p { color: rgb(233,177,46); }

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

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

 a { background-color: rgb(233,177,46); }

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

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

 span { border-color: rgb(233,177,46); }

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