#E7920F

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

Shades of Gamboge #E7920F

Tints of Gamboge #E7920F

Color information

#E7920F (or 0xE7920F) is unknown color: approx Gamboge. HEX triplet: E7, 92 and 0F. RGB value is (231,146,15). Sum of RGB (Red+Green+Blue) = 231+146+15=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7920F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7920F is #186DF0. Grayscale: #9D9D9D. Windows color (decimal): -1601009 or 1020647. OLE color: 1020647.

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

Color convert

RGB23114615-
CMYK00.370.940.09
HSL36.39º87.8%48.24%-
HSV(B)36.39º93.51%90.59%-
XYZ43.3237.585.42-
YUV156.4848.16181.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.93%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 15 (6.25% from 255) = 3.83%
R=58.93%
G=37.24%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311461500.370.940.0936.3987.848.24
HexE792F0255E9245830
Octal34722217045136114413060
Binary111001111001001011110100101101111010011001001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7920F; }

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

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

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

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

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

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

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

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