#E19A02

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

Shades of Gamboge #E19A02

Tints of Gamboge #E19A02

Color information

#E19A02 (or 0xE19A02) is unknown color: approx Gamboge. HEX triplet: E1, 9A and 02. RGB value is (225,154,2). Sum of RGB (Red+Green+Blue) = 225+154+2=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19A02 is #1E65FD. Grayscale: #9E9E9E. Windows color (decimal): -1992190 or 170721. OLE color: 170721.

HSL color Cylindrical-coordinate representation of color #E19A02: hue angle of 40.9º degrees, saturation: 0.98, 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 #E19A02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB2251542-
CMYK00.320.990.12
HSL40.9º98.24%44.51%-
HSV(B)40.9º99.11%88.24%-
XYZ42.6239.125.36-
YUV157.940.02175.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=59.06%
G=40.42%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225154200.320.990.1240.998.2444.51
HexE19A202063C29622d
Octal3412322040143145114255
Binary1110000110011010100100000110001111001010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A02; }

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

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

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

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

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

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

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

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