Shades of Gamboge #EA9D16
Tints of Gamboge #EA9D16
RGB
CMYK
RGB Variations
Color information
#EA9D16 (or 0xEA9D16) is known color: Gamboge. HEX triplet: EA, 9D and 16. RGB value is (234,157,22). Sum of RGB (Red+Green+Blue) = 234+157+22=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D16 is #1562E9. Grayscale: #A5A5A5. Windows color (decimal): -1401578 or 1482218. OLE color: 1482218.
HSL color Cylindrical-coordinate representation of color #EA9D16: hue angle of 38.21º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA9D16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.08 |
| HSL | 38.21º | 0.83% | 0.5% | - |
| HSV(B) | 38.21º | 0.91% | 0.92% | - |
| XYZ | 46.13 | 41.66 | 6.37 | - |
| YUV | 164.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 22 | 0 | 0.33 | 0.91 | 0.08 | 38.21 | 0.83 | 0.5 |
| Hex | EA | 9D | 16 | 0 | 21 | 5B | 8 | 26 | 53 | 32 |
| Octal | 352 | 235 | 26 | 0 | 41 | 133 | 10 | 46 | 123 | 62 |
| Binary | 11101010 | 10011101 | 10110 | 0 | 100001 | 1011011 | 1000 | 100110 | 1010011 | 110010 |
Color Harmonies of #EA9D16
Complementary color
Monochromatic Colors of #EA9D16
Black with #EA9D16
Text Example
Text Example
White with #EA9D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D16; }
p { color: rgb(234,157,22); }
H1.HeaderClassName
{
color: #EA9D16;
}
.AnyTagClassName
{
color: #EA9D16;
}
</style>
background-color css
<style>
a { background-color: #EA9D16; }
a { background-color: rgb(234,157,22); }
div.DivClassName
{
background-color: #EA9D16;
}
.BgClassName
{
background-color: #EA9D16;
}
</style>
border-color css
<style>
span { border-color: #EA9D16; }
span { border-color: rgb(234,157,22); }
td.TdClassName
{
border-color: #EA9D16;
}
.TagClassName
{
border-color: #EA9D16;
}
</style>