Shades of Gamboge #EAA901
Tints of Gamboge #EAA901
RGB
CMYK
RGB Variations
Color information
#EAA901 (or 0xEAA901) is known color: Gamboge. HEX triplet: EA, A9 and 01. RGB value is (234,169,1). Sum of RGB (Red+Green+Blue) = 234+169+1=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA901 is #1556FE. Grayscale: #AAAAAA. Windows color (decimal): -1398527 or 109034. OLE color: 109034.
HSL color Cylindrical-coordinate representation of color #EAA901: hue angle of 43.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAA901 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.08 |
| HSL | 43.26º | 0.99% | 0.46% | - |
| HSV(B) | 43.26º | 1% | 0.92% | - |
| XYZ | 48.13 | 45.87 | 6.35 | - |
| YUV | 169.28 | 33.03 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 1 | 0 | 0.28 | 1.00 | 0.08 | 43.26 | 0.99 | 0.46 |
| Hex | EA | A9 | 1 | 0 | 1C | 64 | 8 | 2B | 63 | 2E |
| Octal | 352 | 251 | 1 | 0 | 34 | 144 | 10 | 53 | 143 | 56 |
| Binary | 11101010 | 10101001 | 1 | 0 | 11100 | 1100100 | 1000 | 101011 | 1100011 | 101110 |
Color Harmonies of #EAA901
Complementary color
Monochromatic Colors of #EAA901
Black with #EAA901
Text Example
Text Example
White with #EAA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA901; }
p { color: rgb(234,169,1); }
H1.HeaderClassName
{
color: #EAA901;
}
.AnyTagClassName
{
color: #EAA901;
}
</style>
background-color css
<style>
a { background-color: #EAA901; }
a { background-color: rgb(234,169,1); }
div.DivClassName
{
background-color: #EAA901;
}
.BgClassName
{
background-color: #EAA901;
}
</style>
border-color css
<style>
span { border-color: #EAA901; }
span { border-color: rgb(234,169,1); }
td.TdClassName
{
border-color: #EAA901;
}
.TagClassName
{
border-color: #EAA901;
}
</style>