#E18F09

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

Shades of Gamboge #E18F09

Tints of Gamboge #E18F09

Color information

#E18F09 (or 0xE18F09) is unknown color: approx Gamboge. HEX triplet: E1, 8F and 09. RGB value is (225,143,9). Sum of RGB (Red+Green+Blue) = 225+143+9=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F09 is #1E70F6. Grayscale: #989898. Windows color (decimal): -1994999 or 626657. OLE color: 626657.

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

Color convert

RGB2251439-
CMYK00.360.960.12
HSL37.22º92.31%45.88%-
HSV(B)37.22º96%88.24%-
XYZ40.9235.674.99-
YUV152.2447.17179.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.68%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 9 (3.91% from 255) = 2.39%
R=59.68%
G=37.93%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225143900.360.960.1237.2292.3145.88
HexE18F902460C255c2e
Octal34121711044140144513456
Binary111000011000111110010100100110000011001001011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18F09; }

 p { color: rgb(225,143,9); }

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

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

 a { background-color: rgb(225,143,9); }

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

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

 span { border-color: rgb(225,143,9); }

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