Shades of Gamboge #EAAA0A
Tints of Gamboge #EAAA0A
RGB
CMYK
RGB Variations
Color information
#EAAA0A (or 0xEAAA0A) is known color: Gamboge. HEX triplet: EA, AA and 0A. RGB value is (234,170,10). Sum of RGB (Red+Green+Blue) = 234+170+10=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA0A is #1555F5. Grayscale: #ABABAB. Windows color (decimal): -1398262 or 699114. OLE color: 699114.
HSL color Cylindrical-coordinate representation of color #EAAA0A: hue angle of 42.86º 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 #EAAA0A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.08 |
| HSL | 42.86º | 0.92% | 0.48% | - |
| HSV(B) | 42.86º | 0.96% | 0.92% | - |
| XYZ | 48.36 | 46.26 | 6.67 | - |
| YUV | 170.9 | 37.2 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 10 | 0 | 0.27 | 0.96 | 0.08 | 42.86 | 0.92 | 0.48 |
| Hex | EA | AA | A | 0 | 1B | 60 | 8 | 2B | 5C | 30 |
| Octal | 352 | 252 | 12 | 0 | 33 | 140 | 10 | 53 | 134 | 60 |
| Binary | 11101010 | 10101010 | 1010 | 0 | 11011 | 1100000 | 1000 | 101011 | 1011100 | 110000 |
Color Harmonies of #EAAA0A
Complementary color
Monochromatic Colors of #EAAA0A
Black with #EAAA0A
Text Example
Text Example
White with #EAAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA0A; }
p { color: rgb(234,170,10); }
H1.HeaderClassName
{
color: #EAAA0A;
}
.AnyTagClassName
{
color: #EAAA0A;
}
</style>
background-color css
<style>
a { background-color: #EAAA0A; }
a { background-color: rgb(234,170,10); }
div.DivClassName
{
background-color: #EAAA0A;
}
.BgClassName
{
background-color: #EAAA0A;
}
</style>
border-color css
<style>
span { border-color: #EAAA0A; }
span { border-color: rgb(234,170,10); }
td.TdClassName
{
border-color: #EAAA0A;
}
.TagClassName
{
border-color: #EAAA0A;
}
</style>