#E7A013

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

Shades of Gamboge #E7A013

Tints of Gamboge #E7A013

Color information

#E7A013 (or 0xE7A013) is unknown color: approx Gamboge. HEX triplet: E7, A0 and 13. RGB value is (231,160,19). Sum of RGB (Red+Green+Blue) = 231+160+19=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A013 is #185FEC. Grayscale: #A5A5A5. Windows color (decimal): -1597421 or 1286375. OLE color: 1286375.

HSL color Cylindrical-coordinate representation of color #E7A013: hue angle of 39.91º 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 #E7A013 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB23116019-
CMYK00.310.920.09
HSL39.91º84.8%49.02%-
HSV(B)39.91º91.77%90.59%-
XYZ45.6442.186.35-
YUV165.1545.52174.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.34%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 19 (7.81% from 255) = 4.63%
R=56.34%
G=39.02%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311601900.310.920.0939.9184.849.02
HexE7A01301F5C9285531
Octal34724023037134115012561
Binary111001111010000010011011111101110010011010001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A013; }

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

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

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

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

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

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

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

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