Shades of Gamboge #E8940A
Tints of Gamboge #E8940A
RGB
CMYK
RGB Variations
Color information
#E8940A (or 0xE8940A) is known color: Gamboge. HEX triplet: E8, 94 and 0A. RGB value is (232,148,10). Sum of RGB (Red+Green+Blue) = 232+148+10=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E8940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8940A is #176BF5. Grayscale: #9E9E9E. Windows color (decimal): -1534966 or 693480. OLE color: 693480.
HSL color Cylindrical-coordinate representation of color #E8940A: hue angle of 37.3º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8940A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.09 |
| HSL | 37.3º | 0.92% | 0.47% | - |
| HSV(B) | 37.3º | 0.96% | 0.91% | - |
| XYZ | 43.92 | 38.36 | 5.38 | - |
| YUV | 157.38 | 44.83 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 10 | 0 | 0.36 | 0.96 | 0.09 | 37.3 | 0.92 | 0.47 |
| Hex | E8 | 94 | A | 0 | 24 | 60 | 9 | 25 | 5C | 2F |
| Octal | 350 | 224 | 12 | 0 | 44 | 140 | 11 | 45 | 134 | 57 |
| Binary | 11101000 | 10010100 | 1010 | 0 | 100100 | 1100000 | 1001 | 100101 | 1011100 | 101111 |
Color Harmonies of #E8940A
Complementary color
Monochromatic Colors of #E8940A
Black with #E8940A
Text Example
Text Example
White with #E8940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8940A; }
p { color: rgb(232,148,10); }
H1.HeaderClassName
{
color: #E8940A;
}
.AnyTagClassName
{
color: #E8940A;
}
</style>
background-color css
<style>
a { background-color: #E8940A; }
a { background-color: rgb(232,148,10); }
div.DivClassName
{
background-color: #E8940A;
}
.BgClassName
{
background-color: #E8940A;
}
</style>
border-color css
<style>
span { border-color: #E8940A; }
span { border-color: rgb(232,148,10); }
td.TdClassName
{
border-color: #E8940A;
}
.TagClassName
{
border-color: #E8940A;
}
</style>