Shades of Gamboge #E99701
Tints of Gamboge #E99701
RGB
CMYK
RGB Variations
Color information
#E99701 (or 0xE99701) is known color: Gamboge. HEX triplet: E9, 97 and 01. RGB value is (233,151,1). Sum of RGB (Red+Green+Blue) = 233+151+1=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E99701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99701 is #1668FE. Grayscale: #9F9F9F. Windows color (decimal): -1468671 or 104425. OLE color: 104425.
HSL color Cylindrical-coordinate representation of color #E99701: hue angle of 38.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E99701 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.09 |
| HSL | 38.79º | 0.99% | 0.46% | - |
| HSV(B) | 38.79º | 1% | 0.91% | - |
| XYZ | 44.68 | 39.46 | 5.29 | - |
| YUV | 158.42 | 39.17 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 1 | 0 | 0.35 | 1.00 | 0.09 | 38.79 | 0.99 | 0.46 |
| Hex | E9 | 97 | 1 | 0 | 23 | 64 | 9 | 27 | 63 | 2E |
| Octal | 351 | 227 | 1 | 0 | 43 | 144 | 11 | 47 | 143 | 56 |
| Binary | 11101001 | 10010111 | 1 | 0 | 100011 | 1100100 | 1001 | 100111 | 1100011 | 101110 |
Color Harmonies of #E99701
Complementary color
Monochromatic Colors of #E99701
Black with #E99701
Text Example
Text Example
White with #E99701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99701; }
p { color: rgb(233,151,1); }
H1.HeaderClassName
{
color: #E99701;
}
.AnyTagClassName
{
color: #E99701;
}
</style>
background-color css
<style>
a { background-color: #E99701; }
a { background-color: rgb(233,151,1); }
div.DivClassName
{
background-color: #E99701;
}
.BgClassName
{
background-color: #E99701;
}
</style>
border-color css
<style>
span { border-color: #E99701; }
span { border-color: rgb(233,151,1); }
td.TdClassName
{
border-color: #E99701;
}
.TagClassName
{
border-color: #E99701;
}
</style>