Shades of Gamboge #EAAA09
Tints of Gamboge #EAAA09
RGB
CMYK
RGB Variations
Color information
#EAAA09 (or 0xEAAA09) is known color: Gamboge. HEX triplet: EA, AA and 09. RGB value is (234,170,9). Sum of RGB (Red+Green+Blue) = 234+170+9=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA09 is #1555F6. Grayscale: #ABABAB. Windows color (decimal): -1398263 or 633578. OLE color: 633578.
HSL color Cylindrical-coordinate representation of color #EAAA09: hue angle of 42.93º degrees, saturation: 0.93, 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 #EAAA09 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.08 |
| HSL | 42.93º | 0.93% | 0.48% | - |
| HSV(B) | 42.93º | 0.96% | 0.92% | - |
| XYZ | 48.36 | 46.26 | 6.64 | - |
| YUV | 170.78 | 36.7 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 9 | 0 | 0.27 | 0.96 | 0.08 | 42.93 | 0.93 | 0.48 |
| Hex | EA | AA | 9 | 0 | 1B | 60 | 8 | 2B | 5D | 30 |
| Octal | 352 | 252 | 11 | 0 | 33 | 140 | 10 | 53 | 135 | 60 |
| Binary | 11101010 | 10101010 | 1001 | 0 | 11011 | 1100000 | 1000 | 101011 | 1011101 | 110000 |
Color Harmonies of #EAAA09
Complementary color
Monochromatic Colors of #EAAA09
Black with #EAAA09
Text Example
Text Example
White with #EAAA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA09; }
p { color: rgb(234,170,9); }
H1.HeaderClassName
{
color: #EAAA09;
}
.AnyTagClassName
{
color: #EAAA09;
}
</style>
background-color css
<style>
a { background-color: #EAAA09; }
a { background-color: rgb(234,170,9); }
div.DivClassName
{
background-color: #EAAA09;
}
.BgClassName
{
background-color: #EAAA09;
}
</style>
border-color css
<style>
span { border-color: #EAAA09; }
span { border-color: rgb(234,170,9); }
td.TdClassName
{
border-color: #EAAA09;
}
.TagClassName
{
border-color: #EAAA09;
}
</style>