#E1A00F

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

Shades of Gamboge #E1A00F

Tints of Gamboge #E1A00F

Color information

#E1A00F (or 0xE1A00F) is unknown color: approx Gamboge. HEX triplet: E1, A0 and 0F. RGB value is (225,160,15). Sum of RGB (Red+Green+Blue) = 225+160+15=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A00F is #1E5FF0. Grayscale: #A3A3A3. Windows color (decimal): -1990641 or 1024225. OLE color: 1024225.

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

Color convert

RGB22516015-
CMYK00.290.930.12
HSL41.43º87.5%47.06%-
HSV(B)41.43º93.33%88.24%-
XYZ43.7141.186.1-
YUV162.944.53172.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.25%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 3.75%
R=56.25%
G=40%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251601500.290.930.1241.4387.547.06
HexE1A0F01D5DC29582f
Octal34124017035135145113057
Binary11100001101000001111011101101110111001010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A00F; }

 p { color: rgb(225,160,15); }

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

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

 a { background-color: rgb(225,160,15); }

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

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

 span { border-color: rgb(225,160,15); }

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