#e1a407

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

Shades of Gamboge #E1A407

Tints of Gamboge #E1A407

Color information

#E1A407 (or 0xE1A407) is unknown color: approx Gamboge. HEX triplet: E1, A4 and 07. RGB value is (225,164,7). Sum of RGB (Red+Green+Blue) = 225+164+7=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A407 is #1E5BF8. Grayscale: #A5A5A5. Windows color (decimal): -1989625 or 500961. OLE color: 500961.

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

Color convert

RGB2251647-
CMYK00.270.970.12
HSL43.21º93.97%45.49%-
HSV(B)43.21º96.89%88.24%-
XYZ44.3742.576.08-
YUV164.3439.21171.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.82%
GREEN value IS 164 (64.45% from 255) = 41.41%
BLUE value IS 7 (3.12% from 255) = 1.77%
R=56.82%
G=41.41%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225164700.270.970.1243.2193.9745.49
HexE1A4701B61C2b5e2d
Octal3412447033141145313655
Binary1110000110100100111011011110000111001010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a407; }

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

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

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

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

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

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

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

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