Shades of Gamboge #EA9705
Tints of Gamboge #EA9705
RGB
CMYK
RGB Variations
Color information
#EA9705 (or 0xEA9705) is known color: Gamboge. HEX triplet: EA, 97 and 05. RGB value is (234,151,5). Sum of RGB (Red+Green+Blue) = 234+151+5=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9705 is #1568FA. Grayscale: #9F9F9F. Windows color (decimal): -1403131 or 366570. OLE color: 366570.
HSL color Cylindrical-coordinate representation of color #EA9705: hue angle of 38.25º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA9705 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.08 |
| HSL | 38.25º | 0.96% | 0.47% | - |
| HSV(B) | 38.25º | 0.98% | 0.92% | - |
| XYZ | 45.03 | 39.64 | 5.42 | - |
| YUV | 159.17 | 41 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 5 | 0 | 0.35 | 0.98 | 0.08 | 38.25 | 0.96 | 0.47 |
| Hex | EA | 97 | 5 | 0 | 23 | 62 | 8 | 26 | 60 | 2F |
| Octal | 352 | 227 | 5 | 0 | 43 | 142 | 10 | 46 | 140 | 57 |
| Binary | 11101010 | 10010111 | 101 | 0 | 100011 | 1100010 | 1000 | 100110 | 1100000 | 101111 |
Color Harmonies of #EA9705
Complementary color
Monochromatic Colors of #EA9705
Black with #EA9705
Text Example
Text Example
White with #EA9705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9705; }
p { color: rgb(234,151,5); }
H1.HeaderClassName
{
color: #EA9705;
}
.AnyTagClassName
{
color: #EA9705;
}
</style>
background-color css
<style>
a { background-color: #EA9705; }
a { background-color: rgb(234,151,5); }
div.DivClassName
{
background-color: #EA9705;
}
.BgClassName
{
background-color: #EA9705;
}
</style>
border-color css
<style>
span { border-color: #EA9705; }
span { border-color: rgb(234,151,5); }
td.TdClassName
{
border-color: #EA9705;
}
.TagClassName
{
border-color: #EA9705;
}
</style>