Shades of Gamboge #EAA802
Tints of Gamboge #EAA802
RGB
CMYK
RGB Variations
Color information
#EAA802 (or 0xEAA802) is known color: Gamboge. HEX triplet: EA, A8 and 02. RGB value is (234,168,2). Sum of RGB (Red+Green+Blue) = 234+168+2=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA802 is #1557FD. Grayscale: #A9A9A9. Windows color (decimal): -1398782 or 174314. OLE color: 174314.
HSL color Cylindrical-coordinate representation of color #EAA802: hue angle of 42.93º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAA802 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.08 |
| HSL | 42.93º | 0.98% | 0.46% | - |
| HSV(B) | 42.93º | 0.99% | 0.92% | - |
| XYZ | 47.95 | 45.5 | 6.31 | - |
| YUV | 168.81 | 33.87 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 2 | 0 | 0.28 | 0.99 | 0.08 | 42.93 | 0.98 | 0.46 |
| Hex | EA | A8 | 2 | 0 | 1C | 63 | 8 | 2B | 62 | 2E |
| Octal | 352 | 250 | 2 | 0 | 34 | 143 | 10 | 53 | 142 | 56 |
| Binary | 11101010 | 10101000 | 10 | 0 | 11100 | 1100011 | 1000 | 101011 | 1100010 | 101110 |
Color Harmonies of #EAA802
Complementary color
Monochromatic Colors of #EAA802
Black with #EAA802
Text Example
Text Example
White with #EAA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA802; }
p { color: rgb(234,168,2); }
H1.HeaderClassName
{
color: #EAA802;
}
.AnyTagClassName
{
color: #EAA802;
}
</style>
background-color css
<style>
a { background-color: #EAA802; }
a { background-color: rgb(234,168,2); }
div.DivClassName
{
background-color: #EAA802;
}
.BgClassName
{
background-color: #EAA802;
}
</style>
border-color css
<style>
span { border-color: #EAA802; }
span { border-color: rgb(234,168,2); }
td.TdClassName
{
border-color: #EAA802;
}
.TagClassName
{
border-color: #EAA802;
}
</style>