#E39014

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

Shades of Gamboge #E39014

Tints of Gamboge #E39014

Color information

#E39014 (or 0xE39014) is unknown color: approx Gamboge. HEX triplet: E3, 90 and 14. RGB value is (227,144,20). Sum of RGB (Red+Green+Blue) = 227+144+20=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E39014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39014 is #1C6FEB. Grayscale: #9B9B9B. Windows color (decimal): -1863660 or 1347811. OLE color: 1347811.

HSL color Cylindrical-coordinate representation of color #E39014: hue angle of 35.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E39014 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB22714420-
CMYK00.370.910.11
HSL35.94º83.81%48.43%-
HSV(B)35.94º91.19%89.02%-
XYZ41.7836.335.47-
YUV154.6852179.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.06%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 20 (8.20% from 255) = 5.12%
R=58.06%
G=36.83%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271442000.370.910.1135.9483.8148.43
HexE390140255BB245430
Octal34322024045133134412460
Binary1110001110010000101000100101101101110111001001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39014; }

 p { color: rgb(227,144,20); }

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

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

 a { background-color: rgb(227,144,20); }

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

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

 span { border-color: rgb(227,144,20); }

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