Shades of Gamboge #EAA403
Tints of Gamboge #EAA403
RGB
CMYK
RGB Variations
Color information
#EAA403 (or 0xEAA403) is known color: Gamboge. HEX triplet: EA, A4 and 03. RGB value is (234,164,3). Sum of RGB (Red+Green+Blue) = 234+164+3=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA403 is #155BFC. Grayscale: #A7A7A7. Windows color (decimal): -1399805 or 238826. OLE color: 238826.
HSL color Cylindrical-coordinate representation of color #EAA403: hue angle of 41.82º degrees, saturation: 0.97, 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 #EAA403 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.08 |
| HSL | 41.82º | 0.97% | 0.46% | - |
| HSV(B) | 41.82º | 0.99% | 0.92% | - |
| XYZ | 47.22 | 44.05 | 6.1 | - |
| YUV | 166.58 | 35.69 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 3 | 0 | 0.30 | 0.99 | 0.08 | 41.82 | 0.97 | 0.46 |
| Hex | EA | A4 | 3 | 0 | 1E | 63 | 8 | 2A | 61 | 2E |
| Octal | 352 | 244 | 3 | 0 | 36 | 143 | 10 | 52 | 141 | 56 |
| Binary | 11101010 | 10100100 | 11 | 0 | 11110 | 1100011 | 1000 | 101010 | 1100001 | 101110 |
Color Harmonies of #EAA403
Complementary color
Monochromatic Colors of #EAA403
Black with #EAA403
Text Example
Text Example
White with #EAA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA403; }
p { color: rgb(234,164,3); }
H1.HeaderClassName
{
color: #EAA403;
}
.AnyTagClassName
{
color: #EAA403;
}
</style>
background-color css
<style>
a { background-color: #EAA403; }
a { background-color: rgb(234,164,3); }
div.DivClassName
{
background-color: #EAA403;
}
.BgClassName
{
background-color: #EAA403;
}
</style>
border-color css
<style>
span { border-color: #EAA403; }
span { border-color: rgb(234,164,3); }
td.TdClassName
{
border-color: #EAA403;
}
.TagClassName
{
border-color: #EAA403;
}
</style>