#E1A900

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

Shades of Gamboge #E1A900

Tints of Gamboge #E1A900

Color information

#E1A900 (or 0xE1A900) is unknown color: approx Gamboge. HEX triplet: E1, A9 and 00. RGB value is (225,169,0). Sum of RGB (Red+Green+Blue) = 225+169+0=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A900 is #1E56FF. Grayscale: #A7A7A7. Windows color (decimal): -1988352 or 43489. OLE color: 43489.

HSL color Cylindrical-coordinate representation of color #E1A900: hue angle of 45.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1A900 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB2251690-
CMYK00.2510.12
HSL45.07º100%44.12%-
HSV(B)45.07º100%88.24%-
XYZ45.2444.386.18-
YUV166.4834.05169.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.11%
GREEN value IS 169 (66.41% from 255) = 42.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.11%
G=42.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225169000.2510.1245.0710044.12
HexE1A9001964C2d642c
Octal3412510031144145514454
Binary11100001101010010011001110010011001011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A900; }

 p { color: rgb(225,169,0); }

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

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

 a { background-color: rgb(225,169,0); }

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

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

 span { border-color: rgb(225,169,0); }

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