Shades of Gamboge #E59705
Tints of Gamboge #E59705
RGB
CMYK
RGB Variations
Color information
#E59705 (or 0xE59705) is known color: Gamboge. HEX triplet: E5, 97 and 05. RGB value is (229,151,5). Sum of RGB (Red+Green+Blue) = 229+151+5=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E59705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59705 is #1A68FA. Grayscale: #9E9E9E. Windows color (decimal): -1730811 or 366565. OLE color: 366565.
HSL color Cylindrical-coordinate representation of color #E59705: hue angle of 39.11º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E59705 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.10 |
| HSL | 39.11º | 0.96% | 0.46% | - |
| HSV(B) | 39.11º | 0.98% | 0.9% | - |
| XYZ | 43.41 | 38.8 | 5.35 | - |
| YUV | 157.68 | 41.84 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 5 | 0 | 0.34 | 0.98 | 0.10 | 39.11 | 0.96 | 0.46 |
| Hex | E5 | 97 | 5 | 0 | 22 | 62 | A | 27 | 60 | 2E |
| Octal | 345 | 227 | 5 | 0 | 42 | 142 | 12 | 47 | 140 | 56 |
| Binary | 11100101 | 10010111 | 101 | 0 | 100010 | 1100010 | 1010 | 100111 | 1100000 | 101110 |
Color Harmonies of #E59705
Complementary color
Monochromatic Colors of #E59705
Black with #E59705
Text Example
Text Example
White with #E59705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59705; }
p { color: rgb(229,151,5); }
H1.HeaderClassName
{
color: #E59705;
}
.AnyTagClassName
{
color: #E59705;
}
</style>
background-color css
<style>
a { background-color: #E59705; }
a { background-color: rgb(229,151,5); }
div.DivClassName
{
background-color: #E59705;
}
.BgClassName
{
background-color: #E59705;
}
</style>
border-color css
<style>
span { border-color: #E59705; }
span { border-color: rgb(229,151,5); }
td.TdClassName
{
border-color: #E59705;
}
.TagClassName
{
border-color: #E59705;
}
</style>