Shades of Gamboge #EAA10B
Tints of Gamboge #EAA10B
RGB
CMYK
RGB Variations
Color information
#EAA10B (or 0xEAA10B) is known color: Gamboge. HEX triplet: EA, A1 and 0B. RGB value is (234,161,11). Sum of RGB (Red+Green+Blue) = 234+161+11=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA10B is #155EF4. Grayscale: #A6A6A6. Windows color (decimal): -1400565 or 762346. OLE color: 762346.
HSL color Cylindrical-coordinate representation of color #EAA10B: hue angle of 40.36º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAA10B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.08 |
| HSL | 40.36º | 0.91% | 0.48% | - |
| HSV(B) | 40.36º | 0.95% | 0.92% | - |
| XYZ | 46.74 | 43.01 | 6.15 | - |
| YUV | 165.73 | 40.68 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 11 | 0 | 0.31 | 0.95 | 0.08 | 40.36 | 0.91 | 0.48 |
| Hex | EA | A1 | B | 0 | 1F | 5F | 8 | 28 | 5B | 30 |
| Octal | 352 | 241 | 13 | 0 | 37 | 137 | 10 | 50 | 133 | 60 |
| Binary | 11101010 | 10100001 | 1011 | 0 | 11111 | 1011111 | 1000 | 101000 | 1011011 | 110000 |
Color Harmonies of #EAA10B
Complementary color
Monochromatic Colors of #EAA10B
Black with #EAA10B
Text Example
Text Example
White with #EAA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA10B; }
p { color: rgb(234,161,11); }
H1.HeaderClassName
{
color: #EAA10B;
}
.AnyTagClassName
{
color: #EAA10B;
}
</style>
background-color css
<style>
a { background-color: #EAA10B; }
a { background-color: rgb(234,161,11); }
div.DivClassName
{
background-color: #EAA10B;
}
.BgClassName
{
background-color: #EAA10B;
}
</style>
border-color css
<style>
span { border-color: #EAA10B; }
span { border-color: rgb(234,161,11); }
td.TdClassName
{
border-color: #EAA10B;
}
.TagClassName
{
border-color: #EAA10B;
}
</style>