Shades of Gamboge #EAA102
Tints of Gamboge #EAA102
RGB
CMYK
RGB Variations
Color information
#EAA102 (or 0xEAA102) is known color: Gamboge. HEX triplet: EA, A1 and 02. RGB value is (234,161,2). Sum of RGB (Red+Green+Blue) = 234+161+2=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA102 is #155EFD. Grayscale: #A5A5A5. Windows color (decimal): -1400574 or 172522. OLE color: 172522.
HSL color Cylindrical-coordinate representation of color #EAA102: hue angle of 41.12º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAA102 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.08 |
| HSL | 41.12º | 0.98% | 0.46% | - |
| HSV(B) | 41.12º | 0.99% | 0.92% | - |
| XYZ | 46.69 | 42.99 | 5.89 | - |
| YUV | 164.7 | 36.18 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 2 | 0 | 0.31 | 0.99 | 0.08 | 41.12 | 0.98 | 0.46 |
| Hex | EA | A1 | 2 | 0 | 1F | 63 | 8 | 29 | 62 | 2E |
| Octal | 352 | 241 | 2 | 0 | 37 | 143 | 10 | 51 | 142 | 56 |
| Binary | 11101010 | 10100001 | 10 | 0 | 11111 | 1100011 | 1000 | 101001 | 1100010 | 101110 |
Color Harmonies of #EAA102
Complementary color
Monochromatic Colors of #EAA102
Black with #EAA102
Text Example
Text Example
White with #EAA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA102; }
p { color: rgb(234,161,2); }
H1.HeaderClassName
{
color: #EAA102;
}
.AnyTagClassName
{
color: #EAA102;
}
</style>
background-color css
<style>
a { background-color: #EAA102; }
a { background-color: rgb(234,161,2); }
div.DivClassName
{
background-color: #EAA102;
}
.BgClassName
{
background-color: #EAA102;
}
</style>
border-color css
<style>
span { border-color: #EAA102; }
span { border-color: rgb(234,161,2); }
td.TdClassName
{
border-color: #EAA102;
}
.TagClassName
{
border-color: #EAA102;
}
</style>