#E2A92B

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

Shades of Gold Tips #E2A92B

Tints of Gold Tips #E2A92B

Color information

#E2A92B (or 0xE2A92B) is unknown color: approx Gold Tips. HEX triplet: E2, A9 and 2B. RGB value is (226,169,43). Sum of RGB (Red+Green+Blue) = 226+169+43=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A92B is #1D56D4. Grayscale: #ACACAC. Windows color (decimal): -1922773 or 2861538. OLE color: 2861538.

HSL color Cylindrical-coordinate representation of color #E2A92B: hue angle of 41.31º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2A92B is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22616943-
CMYK00.250.810.11
HSL41.31º75.93%52.75%-
HSV(B)41.31º80.97%88.63%-
XYZ45.9944.728.49-
YUV171.6855.38166.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.60%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 43 (17.19% from 255) = 9.82%
R=51.60%
G=38.58%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261694300.250.810.1141.3175.9352.75
HexE2A92B01951B294c35
Octal34225153031121135111465
Binary1110001010101001101011011001101000110111010011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A92B; }

 p { color: rgb(226,169,43); }

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

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

 a { background-color: rgb(226,169,43); }

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

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

 span { border-color: rgb(226,169,43); }

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