#E3920B

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

Shades of Gamboge #E3920B

Tints of Gamboge #E3920B

Color information

#E3920B (or 0xE3920B) is unknown color: approx Gamboge. HEX triplet: E3, 92 and 0B. RGB value is (227,146,11). Sum of RGB (Red+Green+Blue) = 227+146+11=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E3920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3920B is #1C6DF4. Grayscale: #9B9B9B. Windows color (decimal): -1863157 or 758499. OLE color: 758499.

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

Color convert

RGB22714611-
CMYK00.360.950.11
HSL37.5º90.76%46.67%-
HSV(B)37.5º95.15%89.02%-
XYZ42.0236.915.23-
YUV154.8346.84179.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.11%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 11 (4.69% from 255) = 2.86%
R=59.11%
G=38.02%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271461100.360.950.1137.590.7646.67
HexE392B0245FB265b2f
Octal34322213044137134613357
Binary111000111001001010110100100101111110111001101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3920B; }

 p { color: rgb(227,146,11); }

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

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

 a { background-color: rgb(227,146,11); }

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

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

 span { border-color: rgb(227,146,11); }

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