#E1A515

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

Shades of Gamboge #E1A515

Tints of Gamboge #E1A515

Color information

#E1A515 (or 0xE1A515) is unknown color: approx Gamboge. HEX triplet: E1, A5 and 15. RGB value is (225,165,21). Sum of RGB (Red+Green+Blue) = 225+165+21=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A515 is #1E5AEA. Grayscale: #A7A7A7. Windows color (decimal): -1989355 or 1418721. OLE color: 1418721.

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

Color convert

RGB22516521-
CMYK00.270.910.12
HSL42.35º82.93%48.24%-
HSV(B)42.35º90.67%88.24%-
XYZ44.6442.976.65-
YUV166.5245.88169.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 21 (8.59% from 255) = 5.11%
R=54.74%
G=40.15%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251652100.270.910.1242.3582.9348.24
HexE1A51501B5BC2a5330
Octal34124525033133145212360
Binary111000011010010110101011011101101111001010101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A515; }

 p { color: rgb(225,165,21); }

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

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

 a { background-color: rgb(225,165,21); }

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

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

 span { border-color: rgb(225,165,21); }

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