#E18D0A

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

Shades of Gamboge #E18D0A

Tints of Gamboge #E18D0A

Color information

#E18D0A (or 0xE18D0A) is unknown color: approx Gamboge. HEX triplet: E1, 8D and 0A. RGB value is (225,141,10). Sum of RGB (Red+Green+Blue) = 225+141+10=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D0A is #1E72F5. Grayscale: #979797. Windows color (decimal): -1995510 or 691681. OLE color: 691681.

HSL color Cylindrical-coordinate representation of color #E18D0A: hue angle of 36.56º degrees, saturation: 0.91, 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 #E18D0A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB22514110-
CMYK00.370.960.12
HSL36.56º91.49%46.08%-
HSV(B)36.56º95.56%88.24%-
XYZ40.6335.084.92-
YUV151.1848.33180.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.84%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 2.66%
R=59.84%
G=37.5%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251411000.370.960.1236.5691.4946.08
HexE18DA02560C255b2e
Octal34121512045140144513356
Binary111000011000110110100100101110000011001001011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D0A; }

 p { color: rgb(225,141,10); }

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

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

 a { background-color: rgb(225,141,10); }

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

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

 span { border-color: rgb(225,141,10); }

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