#E7A90F

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

Shades of Gamboge #E7A90F

Tints of Gamboge #E7A90F

Color information

#E7A90F (or 0xE7A90F) is unknown color: approx Gamboge. HEX triplet: E7, A9 and 0F. RGB value is (231,169,15). Sum of RGB (Red+Green+Blue) = 231+169+15=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A90F is #1856F0. Grayscale: #AAAAAA. Windows color (decimal): -1595121 or 1026535. OLE color: 1026535.

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

Color convert

RGB23116915-
CMYK00.270.940.09
HSL42.78º87.8%48.24%-
HSV(B)42.78º93.51%90.59%-
XYZ47.2345.46.73-
YUV169.9840.54171.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.66%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 15 (6.25% from 255) = 3.61%
R=55.66%
G=40.72%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311691500.270.940.0942.7887.848.24
HexE7A9F01B5E92b5830
Octal34725117033136115313060
Binary11100111101010011111011011101111010011010111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A90F; }

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

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

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

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

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

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

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

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