Shades of Gamboge #EAA40A
Tints of Gamboge #EAA40A
RGB
CMYK
RGB Variations
Color information
#EAA40A (or 0xEAA40A) is known color: Gamboge. HEX triplet: EA, A4 and 0A. RGB value is (234,164,10). Sum of RGB (Red+Green+Blue) = 234+164+10=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA40A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA40A is #155BF5. Grayscale: #A8A8A8. Windows color (decimal): -1399798 or 697578. OLE color: 697578.
HSL color Cylindrical-coordinate representation of color #EAA40A: hue angle of 41.25º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAA40A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 10 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.08 |
| HSL | 41.25º | 0.92% | 0.48% | - |
| HSV(B) | 41.25º | 0.96% | 0.92% | - |
| XYZ | 47.26 | 44.07 | 6.3 | - |
| YUV | 167.37 | 39.19 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 10 | 0 | 0.30 | 0.96 | 0.08 | 41.25 | 0.92 | 0.48 |
| Hex | EA | A4 | A | 0 | 1E | 60 | 8 | 29 | 5C | 30 |
| Octal | 352 | 244 | 12 | 0 | 36 | 140 | 10 | 51 | 134 | 60 |
| Binary | 11101010 | 10100100 | 1010 | 0 | 11110 | 1100000 | 1000 | 101001 | 1011100 | 110000 |
Color Harmonies of #EAA40A
Complementary color
Monochromatic Colors of #EAA40A
Black with #EAA40A
Text Example
Text Example
White with #EAA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA40A; }
p { color: rgb(234,164,10); }
H1.HeaderClassName
{
color: #EAA40A;
}
.AnyTagClassName
{
color: #EAA40A;
}
</style>
background-color css
<style>
a { background-color: #EAA40A; }
a { background-color: rgb(234,164,10); }
div.DivClassName
{
background-color: #EAA40A;
}
.BgClassName
{
background-color: #EAA40A;
}
</style>
border-color css
<style>
span { border-color: #EAA40A; }
span { border-color: rgb(234,164,10); }
td.TdClassName
{
border-color: #EAA40A;
}
.TagClassName
{
border-color: #EAA40A;
}
</style>