Shades of Gamboge #E9AB0B
Tints of Gamboge #E9AB0B
RGB
CMYK
RGB Variations
Color information
#E9AB0B (or 0xE9AB0B) is known color: Gamboge. HEX triplet: E9, AB and 0B. RGB value is (233,171,11). Sum of RGB (Red+Green+Blue) = 233+171+11=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AB0B is #1654F4. Grayscale: #ACACAC. Windows color (decimal): -1463541 or 764905. OLE color: 764905.
HSL color Cylindrical-coordinate representation of color #E9AB0B: hue angle of 43.24º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9AB0B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.09 |
| HSL | 43.24º | 0.91% | 0.48% | - |
| HSV(B) | 43.24º | 0.95% | 0.91% | - |
| XYZ | 48.23 | 46.47 | 6.75 | - |
| YUV | 171.3 | 37.54 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 11 | 0 | 0.27 | 0.95 | 0.09 | 43.24 | 0.91 | 0.48 |
| Hex | E9 | AB | B | 0 | 1B | 5F | 9 | 2B | 5B | 30 |
| Octal | 351 | 253 | 13 | 0 | 33 | 137 | 11 | 53 | 133 | 60 |
| Binary | 11101001 | 10101011 | 1011 | 0 | 11011 | 1011111 | 1001 | 101011 | 1011011 | 110000 |
Color Harmonies of #E9AB0B
Complementary color
Monochromatic Colors of #E9AB0B
Black with #E9AB0B
Text Example
Text Example
White with #E9AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB0B; }
p { color: rgb(233,171,11); }
H1.HeaderClassName
{
color: #E9AB0B;
}
.AnyTagClassName
{
color: #E9AB0B;
}
</style>
background-color css
<style>
a { background-color: #E9AB0B; }
a { background-color: rgb(233,171,11); }
div.DivClassName
{
background-color: #E9AB0B;
}
.BgClassName
{
background-color: #E9AB0B;
}
</style>
border-color css
<style>
span { border-color: #E9AB0B; }
span { border-color: rgb(233,171,11); }
td.TdClassName
{
border-color: #E9AB0B;
}
.TagClassName
{
border-color: #E9AB0B;
}
</style>