#e19a13

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

Shades of Gamboge #E19A13

Tints of Gamboge #E19A13

Color information

#E19A13 (or 0xE19A13) is unknown color: approx Gamboge. HEX triplet: E1, 9A and 13. RGB value is (225,154,19). Sum of RGB (Red+Green+Blue) = 225+154+19=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19A13 is #1E65EC. Grayscale: #A0A0A0. Windows color (decimal): -1992173 or 1284833. OLE color: 1284833.

HSL color Cylindrical-coordinate representation of color #E19A13: hue angle of 39.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E19A13 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB22515419-
CMYK00.320.920.12
HSL39.32º84.43%47.84%-
HSV(B)39.32º91.56%88.24%-
XYZ42.7239.175.92-
YUV159.8448.52174.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 154 (60.55% from 255) = 38.69%
BLUE value IS 19 (7.81% from 255) = 4.77%
R=56.53%
G=38.69%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251541900.320.920.1239.3284.4347.84
HexE19A130205CC275430
Octal34123223040134144712460
Binary1110000110011010100110100000101110011001001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e19a13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e19a13; }

 p { color: rgb(225,154,19); }

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

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

 a { background-color: rgb(225,154,19); }

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

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

 span { border-color: rgb(225,154,19); }

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