Shades of Gamboge #EAA80B
Tints of Gamboge #EAA80B
RGB
CMYK
RGB Variations
Color information
#EAA80B (or 0xEAA80B) is known color: Gamboge. HEX triplet: EA, A8 and 0B. RGB value is (234,168,11). Sum of RGB (Red+Green+Blue) = 234+168+11=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA80B is #1557F4. Grayscale: #AAAAAA. Windows color (decimal): -1398773 or 764138. OLE color: 764138.
HSL color Cylindrical-coordinate representation of color #EAA80B: hue angle of 42.24º 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 #EAA80B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.08 |
| HSL | 42.24º | 0.91% | 0.48% | - |
| HSV(B) | 42.24º | 0.95% | 0.92% | - |
| XYZ | 47.99 | 45.52 | 6.57 | - |
| YUV | 169.84 | 38.37 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 11 | 0 | 0.28 | 0.95 | 0.08 | 42.24 | 0.91 | 0.48 |
| Hex | EA | A8 | B | 0 | 1C | 5F | 8 | 2A | 5B | 30 |
| Octal | 352 | 250 | 13 | 0 | 34 | 137 | 10 | 52 | 133 | 60 |
| Binary | 11101010 | 10101000 | 1011 | 0 | 11100 | 1011111 | 1000 | 101010 | 1011011 | 110000 |
Color Harmonies of #EAA80B
Complementary color
Monochromatic Colors of #EAA80B
Black with #EAA80B
Text Example
Text Example
White with #EAA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA80B; }
p { color: rgb(234,168,11); }
H1.HeaderClassName
{
color: #EAA80B;
}
.AnyTagClassName
{
color: #EAA80B;
}
</style>
background-color css
<style>
a { background-color: #EAA80B; }
a { background-color: rgb(234,168,11); }
div.DivClassName
{
background-color: #EAA80B;
}
.BgClassName
{
background-color: #EAA80B;
}
</style>
border-color css
<style>
span { border-color: #EAA80B; }
span { border-color: rgb(234,168,11); }
td.TdClassName
{
border-color: #EAA80B;
}
.TagClassName
{
border-color: #EAA80B;
}
</style>