#E9B22C

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

Shades of Gold Tips #E9B22C

Tints of Gold Tips #E9B22C

Color information

#E9B22C (or 0xE9B22C) is unknown color: approx Gold Tips. HEX triplet: E9, B2 and 2C. RGB value is (233,178,44). Sum of RGB (Red+Green+Blue) = 233+178+44=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B22C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9B22C is #164DD3. Grayscale: #B3B3B3. Windows color (decimal): -1461716 or 2929385. OLE color: 2929385.

HSL color Cylindrical-coordinate representation of color #E9B22C: hue angle of 42.54º 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 #E9B22C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB23317844-
CMYK00.240.810.09
HSL42.54º81.12%54.31%-
HSV(B)42.54º81.12%91.37%-
XYZ49.9849.359.27-
YUV179.1751.72166.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.21%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 44 (17.58% from 255) = 9.67%
R=51.21%
G=39.12%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331784400.240.810.0942.5481.1254.31
HexE9B22C0185192b5136
Octal35126254030121115312166
Binary1110100110110010101100011000101000110011010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B22C; }

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

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

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

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

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

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

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

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