Shades of Gamboge #EAA715
Tints of Gamboge #EAA715
RGB
CMYK
RGB Variations
Color information
#EAA715 (or 0xEAA715) is known color: Gamboge. HEX triplet: EA, A7 and 15. RGB value is (234,167,21). Sum of RGB (Red+Green+Blue) = 234+167+21=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA715 is #1558EA. Grayscale: #ABABAB. Windows color (decimal): -1399019 or 1419242. OLE color: 1419242.
HSL color Cylindrical-coordinate representation of color #EAA715: hue angle of 41.13º 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 #EAA715 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 21 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.08 |
| HSL | 41.13º | 0.84% | 0.5% | - |
| HSV(B) | 41.13º | 0.91% | 0.92% | - |
| XYZ | 47.89 | 45.18 | 6.91 | - |
| YUV | 170.39 | 43.7 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 21 | 0 | 0.29 | 0.91 | 0.08 | 41.13 | 0.84 | 0.5 |
| Hex | EA | A7 | 15 | 0 | 1D | 5B | 8 | 29 | 54 | 32 |
| Octal | 352 | 247 | 25 | 0 | 35 | 133 | 10 | 51 | 124 | 62 |
| Binary | 11101010 | 10100111 | 10101 | 0 | 11101 | 1011011 | 1000 | 101001 | 1010100 | 110010 |
Color Harmonies of #EAA715
Complementary color
Monochromatic Colors of #EAA715
Black with #EAA715
Text Example
Text Example
White with #EAA715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA715; }
p { color: rgb(234,167,21); }
H1.HeaderClassName
{
color: #EAA715;
}
.AnyTagClassName
{
color: #EAA715;
}
</style>
background-color css
<style>
a { background-color: #EAA715; }
a { background-color: rgb(234,167,21); }
div.DivClassName
{
background-color: #EAA715;
}
.BgClassName
{
background-color: #EAA715;
}
</style>
border-color css
<style>
span { border-color: #EAA715; }
span { border-color: rgb(234,167,21); }
td.TdClassName
{
border-color: #EAA715;
}
.TagClassName
{
border-color: #EAA715;
}
</style>