#E19403

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

Shades of Gamboge #E19403

Tints of Gamboge #E19403

Color information

#E19403 (or 0xE19403) is unknown color: approx Gamboge. HEX triplet: E1, 94 and 03. RGB value is (225,148,3). Sum of RGB (Red+Green+Blue) = 225+148+3=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E19403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19403 is #1E6BFC. Grayscale: #9B9B9B. Windows color (decimal): -1993725 or 234721. OLE color: 234721.

HSL color Cylindrical-coordinate representation of color #E19403: hue angle of 39.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E19403 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB2251483-
CMYK00.340.990.12
HSL39.19º97.37%44.71%-
HSV(B)39.19º98.67%88.24%-
XYZ41.6637.195.07-
YUV154.4942.51178.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.84%
GREEN value IS 148 (58.20% from 255) = 39.36%
BLUE value IS 3 (1.56% from 255) = 0.80%
R=59.84%
G=39.36%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225148300.340.990.1239.1997.3744.71
HexE194302263C27612d
Octal3412243042143144714155
Binary1110000110010100110100010110001111001001111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19403; }

 p { color: rgb(225,148,3); }

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

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

 a { background-color: rgb(225,148,3); }

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

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

 span { border-color: rgb(225,148,3); }

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