Shades of Gamboge #EAA908
Tints of Gamboge #EAA908
RGB
CMYK
RGB Variations
Color information
#EAA908 (or 0xEAA908) is known color: Gamboge. HEX triplet: EA, A9 and 08. RGB value is (234,169,8). Sum of RGB (Red+Green+Blue) = 234+169+8=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA908 is #1556F7. Grayscale: #AAAAAA. Windows color (decimal): -1398520 or 567786. OLE color: 567786.
HSL color Cylindrical-coordinate representation of color #EAA908: hue angle of 42.74º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAA908 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.08 |
| HSL | 42.74º | 0.93% | 0.47% | - |
| HSV(B) | 42.74º | 0.97% | 0.92% | - |
| XYZ | 48.16 | 45.89 | 6.55 | - |
| YUV | 170.08 | 36.53 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 8 | 0 | 0.28 | 0.97 | 0.08 | 42.74 | 0.93 | 0.47 |
| Hex | EA | A9 | 8 | 0 | 1C | 61 | 8 | 2B | 5D | 2F |
| Octal | 352 | 251 | 10 | 0 | 34 | 141 | 10 | 53 | 135 | 57 |
| Binary | 11101010 | 10101001 | 1000 | 0 | 11100 | 1100001 | 1000 | 101011 | 1011101 | 101111 |
Color Harmonies of #EAA908
Complementary color
Monochromatic Colors of #EAA908
Black with #EAA908
Text Example
Text Example
White with #EAA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA908; }
p { color: rgb(234,169,8); }
H1.HeaderClassName
{
color: #EAA908;
}
.AnyTagClassName
{
color: #EAA908;
}
</style>
background-color css
<style>
a { background-color: #EAA908; }
a { background-color: rgb(234,169,8); }
div.DivClassName
{
background-color: #EAA908;
}
.BgClassName
{
background-color: #EAA908;
}
</style>
border-color css
<style>
span { border-color: #EAA908; }
span { border-color: rgb(234,169,8); }
td.TdClassName
{
border-color: #EAA908;
}
.TagClassName
{
border-color: #EAA908;
}
</style>