Shades of Gamboge #E18A12
Tints of Gamboge #E18A12
RGB
CMYK
RGB Variations
Color information
#E18A12 (or 0xE18A12) is known color: Gamboge. HEX triplet: E1, 8A and 12. RGB value is (225,138,18). Sum of RGB (Red+Green+Blue) = 225+138+18=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A12 is #1E75ED. Grayscale: #969696. Windows color (decimal): -1996270 or 1215201. OLE color: 1215201.
HSL color Cylindrical-coordinate representation of color #E18A12: hue angle of 34.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E18A12 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.12 |
| HSL | 34.78º | 0.85% | 0.48% | - |
| HSV(B) | 34.78º | 0.92% | 0.88% | - |
| XYZ | 40.25 | 34.23 | 5.06 | - |
| YUV | 150.33 | 53.32 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 18 | 0 | 0.39 | 0.92 | 0.12 | 34.78 | 0.85 | 0.48 |
| Hex | E1 | 8A | 12 | 0 | 27 | 5C | C | 23 | 55 | 30 |
| Octal | 341 | 212 | 22 | 0 | 47 | 134 | 14 | 43 | 125 | 60 |
| Binary | 11100001 | 10001010 | 10010 | 0 | 100111 | 1011100 | 1100 | 100011 | 1010101 | 110000 |
Color Harmonies of #E18A12
Complementary color
Monochromatic Colors of #E18A12
Black with #E18A12
Text Example
Text Example
White with #E18A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A12; }
p { color: rgb(225,138,18); }
H1.HeaderClassName
{
color: #E18A12;
}
.AnyTagClassName
{
color: #E18A12;
}
</style>
background-color css
<style>
a { background-color: #E18A12; }
a { background-color: rgb(225,138,18); }
div.DivClassName
{
background-color: #E18A12;
}
.BgClassName
{
background-color: #E18A12;
}
</style>
border-color css
<style>
span { border-color: #E18A12; }
span { border-color: rgb(225,138,18); }
td.TdClassName
{
border-color: #E18A12;
}
.TagClassName
{
border-color: #E18A12;
}
</style>