#E09E16

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

Shades of Gamboge #E09E16

Tints of Gamboge #E09E16

Color information

#E09E16 (or 0xE09E16) is unknown color: approx Gamboge. HEX triplet: E0, 9E and 16. RGB value is (224,158,22). Sum of RGB (Red+Green+Blue) = 224+158+22=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09E16 is #1F61E9. Grayscale: #A2A2A2. Windows color (decimal): -2056682 or 1482464. OLE color: 1482464.

HSL color Cylindrical-coordinate representation of color #E09E16: hue angle of 40.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E09E16 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB22415822-
CMYK00.290.900.12
HSL40.4º82.11%48.24%-
HSV(B)40.4º90.18%87.84%-
XYZ43.1140.366.28-
YUV162.2348.87172.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.45%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 22 (8.98% from 255) = 5.45%
R=55.45%
G=39.11%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241582200.290.900.1240.482.1148.24
HexE09E1601D5AC285230
Octal34023626035132145012260
Binary111000001001111010110011101101101011001010001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09E16; }

 p { color: rgb(224,158,22); }

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

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

 a { background-color: rgb(224,158,22); }

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

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

 span { border-color: rgb(224,158,22); }

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