Shades of Gamboge #EAA407
Tints of Gamboge #EAA407
RGB
CMYK
RGB Variations
Color information
#EAA407 (or 0xEAA407) is known color: Gamboge. HEX triplet: EA, A4 and 07. RGB value is (234,164,7). Sum of RGB (Red+Green+Blue) = 234+164+7=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA407 is #155BF8. Grayscale: #A7A7A7. Windows color (decimal): -1399801 or 500970. OLE color: 500970.
HSL color Cylindrical-coordinate representation of color #EAA407: hue angle of 41.5º degrees, saturation: 0.94, 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 #EAA407 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.08 |
| HSL | 41.5º | 0.94% | 0.47% | - |
| HSV(B) | 41.5º | 0.97% | 0.92% | - |
| XYZ | 47.25 | 44.06 | 6.22 | - |
| YUV | 167.03 | 37.69 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 7 | 0 | 0.30 | 0.97 | 0.08 | 41.5 | 0.94 | 0.47 |
| Hex | EA | A4 | 7 | 0 | 1E | 61 | 8 | 29 | 5E | 2F |
| Octal | 352 | 244 | 7 | 0 | 36 | 141 | 10 | 51 | 136 | 57 |
| Binary | 11101010 | 10100100 | 111 | 0 | 11110 | 1100001 | 1000 | 101001 | 1011110 | 101111 |
Color Harmonies of #EAA407
Complementary color
Monochromatic Colors of #EAA407
Black with #EAA407
Text Example
Text Example
White with #EAA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA407; }
p { color: rgb(234,164,7); }
H1.HeaderClassName
{
color: #EAA407;
}
.AnyTagClassName
{
color: #EAA407;
}
</style>
background-color css
<style>
a { background-color: #EAA407; }
a { background-color: rgb(234,164,7); }
div.DivClassName
{
background-color: #EAA407;
}
.BgClassName
{
background-color: #EAA407;
}
</style>
border-color css
<style>
span { border-color: #EAA407; }
span { border-color: rgb(234,164,7); }
td.TdClassName
{
border-color: #EAA407;
}
.TagClassName
{
border-color: #EAA407;
}
</style>