#E1A60C

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

Shades of Gamboge #E1A60C

Tints of Gamboge #E1A60C

Color information

#E1A60C (or 0xE1A60C) is unknown color: approx Gamboge. HEX triplet: E1, A6 and 0C. RGB value is (225,166,12). Sum of RGB (Red+Green+Blue) = 225+166+12=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A60C is #1E59F3. Grayscale: #A6A6A6. Windows color (decimal): -1989108 or 829153. OLE color: 829153.

HSL color Cylindrical-coordinate representation of color #E1A60C: hue angle of 43.38º 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 #E1A60C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB22516612-
CMYK00.260.950.12
HSL43.38º89.87%46.47%-
HSV(B)43.38º94.67%88.24%-
XYZ44.7543.316.35-
YUV166.0841.05170.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 12 (5.08% from 255) = 2.98%
R=55.83%
G=41.19%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251661200.260.950.1243.3889.8746.47
HexE1A6C01A5FC2b5a2e
Octal34124614032137145313256
Binary11100001101001101100011010101111111001010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A60C; }

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

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

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

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

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

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

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

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