#E7A50C

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

Shades of Gamboge #E7A50C

Tints of Gamboge #E7A50C

Color information

#E7A50C (or 0xE7A50C) is unknown color: approx Gamboge. HEX triplet: E7, A5 and 0C. RGB value is (231,165,12). Sum of RGB (Red+Green+Blue) = 231+165+12=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A50C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A50C is #185AF3. Grayscale: #A7A7A7. Windows color (decimal): -1596148 or 828903. OLE color: 828903.

HSL color Cylindrical-coordinate representation of color #E7A50C: hue angle of 41.92º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7A50C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23116512-
CMYK00.290.950.09
HSL41.92º90.12%47.65%-
HSV(B)41.92º94.81%90.59%-
XYZ46.4843.936.38-
YUV167.2940.37173.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.62%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 12 (5.08% from 255) = 2.94%
R=56.62%
G=40.44%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311651200.290.950.0941.9290.1247.65
HexE7A5C01D5F92a5a30
Octal34724514035137115213260
Binary11100111101001011100011101101111110011010101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A50C; }

 p { color: rgb(231,165,12); }

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

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

 a { background-color: rgb(231,165,12); }

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

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

 span { border-color: rgb(231,165,12); }

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