Shades of Gamboge #E18A09
Tints of Gamboge #E18A09
RGB
CMYK
RGB Variations
Color information
#E18A09 (or 0xE18A09) is known color: Gamboge. HEX triplet: E1, 8A and 09. RGB value is (225,138,9). Sum of RGB (Red+Green+Blue) = 225+138+9=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A09 is #1E75F6. Grayscale: #959595. Windows color (decimal): -1996279 or 625377. OLE color: 625377.
HSL color Cylindrical-coordinate representation of color #E18A09: hue angle of 35.83º 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 #E18A09 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.12 |
| HSL | 35.83º | 0.92% | 0.46% | - |
| HSV(B) | 35.83º | 0.96% | 0.88% | - |
| XYZ | 40.19 | 34.2 | 4.74 | - |
| YUV | 149.31 | 48.82 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 9 | 0 | 0.39 | 0.96 | 0.12 | 35.83 | 0.92 | 0.46 |
| Hex | E1 | 8A | 9 | 0 | 27 | 60 | C | 24 | 5C | 2E |
| Octal | 341 | 212 | 11 | 0 | 47 | 140 | 14 | 44 | 134 | 56 |
| Binary | 11100001 | 10001010 | 1001 | 0 | 100111 | 1100000 | 1100 | 100100 | 1011100 | 101110 |
Color Harmonies of #E18A09
Complementary color
Monochromatic Colors of #E18A09
Black with #E18A09
Text Example
Text Example
White with #E18A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A09; }
p { color: rgb(225,138,9); }
H1.HeaderClassName
{
color: #E18A09;
}
.AnyTagClassName
{
color: #E18A09;
}
</style>
background-color css
<style>
a { background-color: #E18A09; }
a { background-color: rgb(225,138,9); }
div.DivClassName
{
background-color: #E18A09;
}
.BgClassName
{
background-color: #E18A09;
}
</style>
border-color css
<style>
span { border-color: #E18A09; }
span { border-color: rgb(225,138,9); }
td.TdClassName
{
border-color: #E18A09;
}
.TagClassName
{
border-color: #E18A09;
}
</style>