#E19B02

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

Shades of Gamboge #E19B02

Tints of Gamboge #E19B02

Color information

#E19B02 (or 0xE19B02) is unknown color: approx Gamboge. HEX triplet: E1, 9B and 02. RGB value is (225,155,2). Sum of RGB (Red+Green+Blue) = 225+155+2=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19B02 is #1E64FD. Grayscale: #9F9F9F. Windows color (decimal): -1991934 or 170977. OLE color: 170977.

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

Color convert

RGB2251552-
CMYK00.310.990.12
HSL41.17º98.24%44.51%-
HSV(B)41.17º99.11%88.24%-
XYZ42.7839.455.42-
YUV158.4939.69175.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.90%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=58.90%
G=40.58%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225155200.310.990.1241.1798.2444.51
HexE19B201F63C29622d
Octal3412332037143145114255
Binary111000011001101110011111110001111001010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B02; }

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

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

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

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

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

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

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

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