Shades of Gamboge #EAAA15
Tints of Gamboge #EAAA15
RGB
CMYK
RGB Variations
Color information
#EAAA15 (or 0xEAAA15) is known color: Gamboge. HEX triplet: EA, AA and 15. RGB value is (234,170,21). Sum of RGB (Red+Green+Blue) = 234+170+21=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA15 is #1555EA. Grayscale: #ACACAC. Windows color (decimal): -1398251 or 1420010. OLE color: 1420010.
HSL color Cylindrical-coordinate representation of color #EAAA15: hue angle of 41.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAAA15 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 21 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.08 |
| HSL | 41.97º | 0.84% | 0.5% | - |
| HSV(B) | 41.97º | 0.91% | 0.92% | - |
| XYZ | 48.44 | 46.3 | 7.09 | - |
| YUV | 172.15 | 42.7 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 21 | 0 | 0.27 | 0.91 | 0.08 | 41.97 | 0.84 | 0.5 |
| Hex | EA | AA | 15 | 0 | 1B | 5B | 8 | 2A | 54 | 32 |
| Octal | 352 | 252 | 25 | 0 | 33 | 133 | 10 | 52 | 124 | 62 |
| Binary | 11101010 | 10101010 | 10101 | 0 | 11011 | 1011011 | 1000 | 101010 | 1010100 | 110010 |
Color Harmonies of #EAAA15
Complementary color
Monochromatic Colors of #EAAA15
Black with #EAAA15
Text Example
Text Example
White with #EAAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA15; }
p { color: rgb(234,170,21); }
H1.HeaderClassName
{
color: #EAAA15;
}
.AnyTagClassName
{
color: #EAAA15;
}
</style>
background-color css
<style>
a { background-color: #EAAA15; }
a { background-color: rgb(234,170,21); }
div.DivClassName
{
background-color: #EAAA15;
}
.BgClassName
{
background-color: #EAAA15;
}
</style>
border-color css
<style>
span { border-color: #EAAA15; }
span { border-color: rgb(234,170,21); }
td.TdClassName
{
border-color: #EAAA15;
}
.TagClassName
{
border-color: #EAAA15;
}
</style>