#e7a913

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

Shades of Gamboge #E7A913

Tints of Gamboge #E7A913

Color information

#E7A913 (or 0xE7A913) is unknown color: approx Gamboge. HEX triplet: E7, A9 and 13. RGB value is (231,169,19). Sum of RGB (Red+Green+Blue) = 231+169+19=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A913 is #1856EC. Grayscale: #ABABAB. Windows color (decimal): -1595117 or 1288679. OLE color: 1288679.

HSL color Cylindrical-coordinate representation of color #E7A913: hue angle of 42.45º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7A913 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB23116919-
CMYK00.270.920.09
HSL42.45º84.8%49.02%-
HSV(B)42.45º91.77%90.59%-
XYZ47.2645.416.89-
YUV170.4442.54171.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.13%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 19 (7.81% from 255) = 4.53%
R=55.13%
G=40.33%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311691900.270.920.0942.4584.849.02
HexE7A91301B5C92a5531
Octal34725123033134115212561
Binary111001111010100110011011011101110010011010101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7a913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7a913; }

 p { color: rgb(231,169,19); }

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

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

 a { background-color: rgb(231,169,19); }

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

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

 span { border-color: rgb(231,169,19); }

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