#E7990E

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

Shades of Gamboge #E7990E

Tints of Gamboge #E7990E

Color information

#E7990E (or 0xE7990E) is unknown color: approx Gamboge. HEX triplet: E7, 99 and 0E. RGB value is (231,153,14). Sum of RGB (Red+Green+Blue) = 231+153+14=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E7990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7990E is #1866F1. Grayscale: #A1A1A1. Windows color (decimal): -1599218 or 956903. OLE color: 956903.

HSL color Cylindrical-coordinate representation of color #E7990E: hue angle of 38.43º degrees, saturation: 0.89, 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 #E7990E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB23115314-
CMYK00.340.940.09
HSL38.43º88.57%48.04%-
HSV(B)38.43º93.94%90.59%-
XYZ44.4339.85.76-
YUV160.4845.34178.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.04%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 14 (5.86% from 255) = 3.52%
R=58.04%
G=38.44%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311531400.340.940.0938.4388.5748.04
HexE799E0225E9265930
Octal34723116042136114613160
Binary111001111001100111100100010101111010011001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7990E; }

 p { color: rgb(231,153,14); }

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

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

 a { background-color: rgb(231,153,14); }

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

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

 span { border-color: rgb(231,153,14); }

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