Shades of Gamboge #E69504
Tints of Gamboge #E69504
RGB
CMYK
RGB Variations
Color information
#E69504 (or 0xE69504) is known color: Gamboge. HEX triplet: E6, 95 and 04. RGB value is (230,149,4). Sum of RGB (Red+Green+Blue) = 230+149+4=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E69504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69504 is #196AFB. Grayscale: #9D9D9D. Windows color (decimal): -1665788 or 300518. OLE color: 300518.
HSL color Cylindrical-coordinate representation of color #E69504: hue angle of 38.5º degrees, saturation: 0.97, 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 #E69504 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.10 |
| HSL | 38.5º | 0.97% | 0.46% | - |
| HSV(B) | 38.5º | 0.98% | 0.9% | - |
| XYZ | 43.4 | 38.33 | 5.23 | - |
| YUV | 156.69 | 41.84 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 4 | 0 | 0.35 | 0.98 | 0.10 | 38.5 | 0.97 | 0.46 |
| Hex | E6 | 95 | 4 | 0 | 23 | 62 | A | 26 | 61 | 2E |
| Octal | 346 | 225 | 4 | 0 | 43 | 142 | 12 | 46 | 141 | 56 |
| Binary | 11100110 | 10010101 | 100 | 0 | 100011 | 1100010 | 1010 | 100110 | 1100001 | 101110 |
Color Harmonies of #E69504
Complementary color
Monochromatic Colors of #E69504
Black with #E69504
Text Example
Text Example
White with #E69504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69504; }
p { color: rgb(230,149,4); }
H1.HeaderClassName
{
color: #E69504;
}
.AnyTagClassName
{
color: #E69504;
}
</style>
background-color css
<style>
a { background-color: #E69504; }
a { background-color: rgb(230,149,4); }
div.DivClassName
{
background-color: #E69504;
}
.BgClassName
{
background-color: #E69504;
}
</style>
border-color css
<style>
span { border-color: #E69504; }
span { border-color: rgb(230,149,4); }
td.TdClassName
{
border-color: #E69504;
}
.TagClassName
{
border-color: #E69504;
}
</style>