Shades of Gamboge #EAA50D
Tints of Gamboge #EAA50D
RGB
CMYK
RGB Variations
Color information
#EAA50D (or 0xEAA50D) is known color: Gamboge. HEX triplet: EA, A5 and 0D. RGB value is (234,165,13). Sum of RGB (Red+Green+Blue) = 234+165+13=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA50D is #155AF2. Grayscale: #A8A8A8. Windows color (decimal): -1399539 or 894442. OLE color: 894442.
HSL color Cylindrical-coordinate representation of color #EAA50D: hue angle of 41.27º 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 #EAA50D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.08 |
| HSL | 41.27º | 0.89% | 0.48% | - |
| HSV(B) | 41.27º | 0.94% | 0.92% | - |
| XYZ | 47.46 | 44.43 | 6.46 | - |
| YUV | 168.3 | 40.36 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 13 | 0 | 0.29 | 0.94 | 0.08 | 41.27 | 0.89 | 0.48 |
| Hex | EA | A5 | D | 0 | 1D | 5E | 8 | 29 | 59 | 30 |
| Octal | 352 | 245 | 15 | 0 | 35 | 136 | 10 | 51 | 131 | 60 |
| Binary | 11101010 | 10100101 | 1101 | 0 | 11101 | 1011110 | 1000 | 101001 | 1011001 | 110000 |
Color Harmonies of #EAA50D
Complementary color
Monochromatic Colors of #EAA50D
Black with #EAA50D
Text Example
Text Example
White with #EAA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA50D; }
p { color: rgb(234,165,13); }
H1.HeaderClassName
{
color: #EAA50D;
}
.AnyTagClassName
{
color: #EAA50D;
}
</style>
background-color css
<style>
a { background-color: #EAA50D; }
a { background-color: rgb(234,165,13); }
div.DivClassName
{
background-color: #EAA50D;
}
.BgClassName
{
background-color: #EAA50D;
}
</style>
border-color css
<style>
span { border-color: #EAA50D; }
span { border-color: rgb(234,165,13); }
td.TdClassName
{
border-color: #EAA50D;
}
.TagClassName
{
border-color: #EAA50D;
}
</style>