#E79F1F

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

Shades of Gamboge #E79F1F

Tints of Gamboge #E79F1F

Color information

#E79F1F (or 0xE79F1F) is unknown color: approx Gamboge. HEX triplet: E7, 9F and 1F. RGB value is (231,159,31). Sum of RGB (Red+Green+Blue) = 231+159+31=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79F1F is #1860E0. Grayscale: #A6A6A6. Windows color (decimal): -1597665 or 2072551. OLE color: 2072551.

HSL color Cylindrical-coordinate representation of color #E79F1F: hue angle of 38.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E79F1F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB23115931-
CMYK00.310.870.09
HSL38.4º80.65%51.37%-
HSV(B)38.4º86.58%90.59%-
XYZ45.641.886.98-
YUV165.9451.85174.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.87%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 31 (12.5% from 255) = 7.36%
R=54.87%
G=37.77%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311593100.310.870.0938.480.6551.37
HexE79F1F01F579265133
Octal34723737037127114612163
Binary111001111001111111111011111101011110011001101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79F1F; }

 p { color: rgb(231,159,31); }

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

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

 a { background-color: rgb(231,159,31); }

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

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

 span { border-color: rgb(231,159,31); }

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