Shades of Gamboge #E8970D
Tints of Gamboge #E8970D
RGB
CMYK
RGB Variations
Color information
#E8970D (or 0xE8970D) is known color: Gamboge. HEX triplet: E8, 97 and 0D. RGB value is (232,151,13). Sum of RGB (Red+Green+Blue) = 232+151+13=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E8970D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8970D is #1768F2. Grayscale: #A0A0A0. Windows color (decimal): -1534195 or 890856. OLE color: 890856.
HSL color Cylindrical-coordinate representation of color #E8970D: hue angle of 37.81º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8970D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.09 |
| HSL | 37.81º | 0.89% | 0.48% | - |
| HSV(B) | 37.81º | 0.94% | 0.91% | - |
| XYZ | 44.42 | 39.32 | 5.63 | - |
| YUV | 159.49 | 45.34 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 13 | 0 | 0.35 | 0.94 | 0.09 | 37.81 | 0.89 | 0.48 |
| Hex | E8 | 97 | D | 0 | 23 | 5E | 9 | 26 | 59 | 30 |
| Octal | 350 | 227 | 15 | 0 | 43 | 136 | 11 | 46 | 131 | 60 |
| Binary | 11101000 | 10010111 | 1101 | 0 | 100011 | 1011110 | 1001 | 100110 | 1011001 | 110000 |
Color Harmonies of #E8970D
Complementary color
Monochromatic Colors of #E8970D
Black with #E8970D
Text Example
Text Example
White with #E8970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8970D; }
p { color: rgb(232,151,13); }
H1.HeaderClassName
{
color: #E8970D;
}
.AnyTagClassName
{
color: #E8970D;
}
</style>
background-color css
<style>
a { background-color: #E8970D; }
a { background-color: rgb(232,151,13); }
div.DivClassName
{
background-color: #E8970D;
}
.BgClassName
{
background-color: #E8970D;
}
</style>
border-color css
<style>
span { border-color: #E8970D; }
span { border-color: rgb(232,151,13); }
td.TdClassName
{
border-color: #E8970D;
}
.TagClassName
{
border-color: #E8970D;
}
</style>