Shades of Gamboge #E9AD08
Tints of Gamboge #E9AD08
RGB
CMYK
RGB Variations
Color information
#E9AD08 (or 0xE9AD08) is known color: Gamboge. HEX triplet: E9, AD and 08. RGB value is (233,173,8). Sum of RGB (Red+Green+Blue) = 233+173+8=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AD08 is #1652F7. Grayscale: #ACACAC. Windows color (decimal): -1463032 or 568809. OLE color: 568809.
HSL color Cylindrical-coordinate representation of color #E9AD08: hue angle of 44º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9AD08 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 173 | 8 | - |
CMYK | 0 | 0.26 | 0.97 | 0.09 |
HSL | 44º | 0.93% | 0.47% | - |
HSV(B) | 44º | 0.97% | 0.91% | - |
XYZ | 48.59 | 47.23 | 6.78 | - |
YUV | 172.13 | 35.38 | 171.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 173 | 8 | 0 | 0.26 | 0.97 | 0.09 | 44 | 0.93 | 0.47 |
Hex | E9 | AD | 8 | 0 | 1A | 61 | 9 | 2C | 5D | 2F |
Octal | 351 | 255 | 10 | 0 | 32 | 141 | 11 | 54 | 135 | 57 |
Binary | 11101001 | 10101101 | 1000 | 0 | 11010 | 1100001 | 1001 | 101100 | 1011101 | 101111 |
Color Harmonies of #E9AD08
Complementary color
Monochromatic Colors of #E9AD08
Black with #E9AD08
Text Example
Text Example
White with #E9AD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD08; }
p { color: rgb(233,173,8); }
H1.HeaderClassName
{
color: #E9AD08;
}
.AnyTagClassName
{
color: #E9AD08;
}
</style>
background-color css
<style>
a { background-color: #E9AD08; }
a { background-color: rgb(233,173,8); }
div.DivClassName
{
background-color: #E9AD08;
}
.BgClassName
{
background-color: #E9AD08;
}
</style>
border-color css
<style>
span { border-color: #E9AD08; }
span { border-color: rgb(233,173,8); }
td.TdClassName
{
border-color: #E9AD08;
}
.TagClassName
{
border-color: #E9AD08;
}
</style>