#E39105

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

Shades of Gamboge #E39105

Tints of Gamboge #E39105

Color information

#E39105 (or 0xE39105) is unknown color: approx Gamboge. HEX triplet: E3, 91 and 05. RGB value is (227,145,5). Sum of RGB (Red+Green+Blue) = 227+145+5=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E39105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39105 is #1C6EFA. Grayscale: #9A9A9A. Windows color (decimal): -1863419 or 365027. OLE color: 365027.

HSL color Cylindrical-coordinate representation of color #E39105: hue angle of 37.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E39105 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB2271455-
CMYK00.360.980.11
HSL37.84º95.69%45.49%-
HSV(B)37.84º97.8%89.02%-
XYZ41.8336.595-
YUV153.5644.17180.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 60.21%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 5 (2.34% from 255) = 1.33%
R=60.21%
G=38.46%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227145500.360.980.1137.8495.6945.49
HexE391502462B26602d
Octal3432215044142134614055
Binary11100011100100011010100100110001010111001101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39105; }

 p { color: rgb(227,145,5); }

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

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

 a { background-color: rgb(227,145,5); }

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

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

 span { border-color: rgb(227,145,5); }

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