Shades of Gamboge #EAA10D
Tints of Gamboge #EAA10D
RGB
CMYK
RGB Variations
Color information
#EAA10D (or 0xEAA10D) is known color: Gamboge. HEX triplet: EA, A1 and 0D. RGB value is (234,161,13). Sum of RGB (Red+Green+Blue) = 234+161+13=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA10D is #155EF2. Grayscale: #A6A6A6. Windows color (decimal): -1400563 or 893418. OLE color: 893418.
HSL color Cylindrical-coordinate representation of color #EAA10D: hue angle of 40.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAA10D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.08 |
| HSL | 40.18º | 0.89% | 0.48% | - |
| HSV(B) | 40.18º | 0.94% | 0.92% | - |
| XYZ | 46.75 | 43.01 | 6.22 | - |
| YUV | 165.96 | 41.68 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 13 | 0 | 0.31 | 0.94 | 0.08 | 40.18 | 0.89 | 0.48 |
| Hex | EA | A1 | D | 0 | 1F | 5E | 8 | 28 | 59 | 30 |
| Octal | 352 | 241 | 15 | 0 | 37 | 136 | 10 | 50 | 131 | 60 |
| Binary | 11101010 | 10100001 | 1101 | 0 | 11111 | 1011110 | 1000 | 101000 | 1011001 | 110000 |
Color Harmonies of #EAA10D
Complementary color
Monochromatic Colors of #EAA10D
Black with #EAA10D
Text Example
Text Example
White with #EAA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA10D; }
p { color: rgb(234,161,13); }
H1.HeaderClassName
{
color: #EAA10D;
}
.AnyTagClassName
{
color: #EAA10D;
}
</style>
background-color css
<style>
a { background-color: #EAA10D; }
a { background-color: rgb(234,161,13); }
div.DivClassName
{
background-color: #EAA10D;
}
.BgClassName
{
background-color: #EAA10D;
}
</style>
border-color css
<style>
span { border-color: #EAA10D; }
span { border-color: rgb(234,161,13); }
td.TdClassName
{
border-color: #EAA10D;
}
.TagClassName
{
border-color: #EAA10D;
}
</style>