#E3A111

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

Shades of Gamboge #E3A111

Tints of Gamboge #E3A111

Color information

#E3A111 (or 0xE3A111) is unknown color: approx Gamboge. HEX triplet: E3, A1 and 11. RGB value is (227,161,17). Sum of RGB (Red+Green+Blue) = 227+161+17=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A111 is #1C5EEE. Grayscale: #A4A4A4. Windows color (decimal): -1859311 or 1155555. OLE color: 1155555.

HSL color Cylindrical-coordinate representation of color #E3A111: hue angle of 41.14º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3A111 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB22716117-
CMYK00.290.930.11
HSL41.14º86.07%47.84%-
HSV(B)41.14º92.51%89.02%-
XYZ44.5241.866.26-
YUV164.3244.87172.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.05%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 17 (7.03% from 255) = 4.20%
R=56.05%
G=39.75%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271611700.290.930.1141.1486.0747.84
HexE3A11101D5DB295630
Octal34324121035135135112660
Binary111000111010000110001011101101110110111010011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A111; }

 p { color: rgb(227,161,17); }

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

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

 a { background-color: rgb(227,161,17); }

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

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

 span { border-color: rgb(227,161,17); }

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