#E1930F

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

Shades of Gamboge #E1930F

Tints of Gamboge #E1930F

Color information

#E1930F (or 0xE1930F) is unknown color: approx Gamboge. HEX triplet: E1, 93 and 0F. RGB value is (225,147,15). Sum of RGB (Red+Green+Blue) = 225+147+15=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1930F is #1E6CF0. Grayscale: #9B9B9B. Windows color (decimal): -1993969 or 1020897. OLE color: 1020897.

HSL color Cylindrical-coordinate representation of color #E1930F: hue angle of 37.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1930F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB22514715-
CMYK00.350.930.12
HSL37.71º87.5%47.06%-
HSV(B)37.71º93.33%88.24%-
XYZ41.5736.915.39-
YUV155.2748.84177.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.14%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 15 (6.25% from 255) = 3.88%
R=58.14%
G=37.98%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251471500.350.930.1237.7187.547.06
HexE193F0235DC26582f
Octal34122317043135144613057
Binary111000011001001111110100011101110111001001101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1930F; }

 p { color: rgb(225,147,15); }

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

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

 a { background-color: rgb(225,147,15); }

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

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

 span { border-color: rgb(225,147,15); }

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