#E19418

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

Shades of Gamboge #E19418

Tints of Gamboge #E19418

Color information

#E19418 (or 0xE19418) is unknown color: approx Gamboge. HEX triplet: E1, 94 and 18. RGB value is (225,148,24). Sum of RGB (Red+Green+Blue) = 225+148+24=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E19418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19418 is #1E6BE7. Grayscale: #9D9D9D. Windows color (decimal): -1993704 or 1610977. OLE color: 1610977.

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

Color convert

RGB22514824-
CMYK00.340.890.12
HSL37.01º80.72%48.82%-
HSV(B)37.01º89.33%88.24%-
XYZ41.8137.255.85-
YUV156.8953.01176.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.68%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 24 (9.77% from 255) = 6.05%
R=56.68%
G=37.28%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251482400.340.890.1237.0180.7248.82
HexE1941802259C255131
Octal34122430042131144512161
Binary1110000110010100110000100010101100111001001011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19418; }

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

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

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

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

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

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

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

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