#E1A40C

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

Shades of Gamboge #E1A40C

Tints of Gamboge #E1A40C

Color information

#E1A40C (or 0xE1A40C) is unknown color: approx Gamboge. HEX triplet: E1, A4 and 0C. RGB value is (225,164,12). Sum of RGB (Red+Green+Blue) = 225+164+12=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A40C is #1E5BF3. Grayscale: #A5A5A5. Windows color (decimal): -1989620 or 828641. OLE color: 828641.

HSL color Cylindrical-coordinate representation of color #E1A40C: hue angle of 42.82º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1A40C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB22516412-
CMYK00.270.950.12
HSL42.82º89.87%46.47%-
HSV(B)42.82º94.67%88.24%-
XYZ44.3942.596.23-
YUV164.9141.71170.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.11%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 12 (5.08% from 255) = 2.99%
R=56.11%
G=40.90%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251641200.270.950.1242.8289.8746.47
HexE1A4C01B5FC2b5a2e
Octal34124414033137145313256
Binary11100001101001001100011011101111111001010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A40C; }

 p { color: rgb(225,164,12); }

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

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

 a { background-color: rgb(225,164,12); }

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

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

 span { border-color: rgb(225,164,12); }

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