Shades of Gamboge #E9AD14
Tints of Gamboge #E9AD14
RGB
CMYK
RGB Variations
Color information
#E9AD14 (or 0xE9AD14) is known color: Gamboge. HEX triplet: E9, AD and 14. RGB value is (233,173,20). Sum of RGB (Red+Green+Blue) = 233+173+20=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AD14 is #1652EB. Grayscale: #AEAEAE. Windows color (decimal): -1463020 or 1355241. OLE color: 1355241.
HSL color Cylindrical-coordinate representation of color #E9AD14: hue angle of 43.1º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9AD14 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 20 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.09 |
| HSL | 43.1º | 0.84% | 0.5% | - |
| HSV(B) | 43.1º | 0.91% | 0.91% | - |
| XYZ | 48.67 | 47.26 | 7.22 | - |
| YUV | 173.5 | 41.38 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 20 | 0 | 0.26 | 0.91 | 0.09 | 43.1 | 0.84 | 0.5 |
| Hex | E9 | AD | 14 | 0 | 1A | 5B | 9 | 2B | 54 | 32 |
| Octal | 351 | 255 | 24 | 0 | 32 | 133 | 11 | 53 | 124 | 62 |
| Binary | 11101001 | 10101101 | 10100 | 0 | 11010 | 1011011 | 1001 | 101011 | 1010100 | 110010 |
Color Harmonies of #E9AD14
Complementary color
Monochromatic Colors of #E9AD14
Black with #E9AD14
Text Example
Text Example
White with #E9AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD14; }
p { color: rgb(233,173,20); }
H1.HeaderClassName
{
color: #E9AD14;
}
.AnyTagClassName
{
color: #E9AD14;
}
</style>
background-color css
<style>
a { background-color: #E9AD14; }
a { background-color: rgb(233,173,20); }
div.DivClassName
{
background-color: #E9AD14;
}
.BgClassName
{
background-color: #E9AD14;
}
</style>
border-color css
<style>
span { border-color: #E9AD14; }
span { border-color: rgb(233,173,20); }
td.TdClassName
{
border-color: #E9AD14;
}
.TagClassName
{
border-color: #E9AD14;
}
</style>