Shades of Gamboge #E69404
Tints of Gamboge #E69404
RGB
CMYK
RGB Variations
Color information
#E69404 (or 0xE69404) is known color: Gamboge. HEX triplet: E6, 94 and 04. RGB value is (230,148,4). Sum of RGB (Red+Green+Blue) = 230+148+4=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E69404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69404 is #196BFB. Grayscale: #9C9C9C. Windows color (decimal): -1666044 or 300262. OLE color: 300262.
HSL color Cylindrical-coordinate representation of color #E69404: hue angle of 38.23º 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 #E69404 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.10 |
| HSL | 38.23º | 0.97% | 0.46% | - |
| HSV(B) | 38.23º | 0.98% | 0.9% | - |
| XYZ | 43.24 | 38.01 | 5.17 | - |
| YUV | 156.1 | 42.17 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 4 | 0 | 0.36 | 0.98 | 0.10 | 38.23 | 0.97 | 0.46 |
| Hex | E6 | 94 | 4 | 0 | 24 | 62 | A | 26 | 61 | 2E |
| Octal | 346 | 224 | 4 | 0 | 44 | 142 | 12 | 46 | 141 | 56 |
| Binary | 11100110 | 10010100 | 100 | 0 | 100100 | 1100010 | 1010 | 100110 | 1100001 | 101110 |
Color Harmonies of #E69404
Complementary color
Monochromatic Colors of #E69404
Black with #E69404
Text Example
Text Example
White with #E69404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69404; }
p { color: rgb(230,148,4); }
H1.HeaderClassName
{
color: #E69404;
}
.AnyTagClassName
{
color: #E69404;
}
</style>
background-color css
<style>
a { background-color: #E69404; }
a { background-color: rgb(230,148,4); }
div.DivClassName
{
background-color: #E69404;
}
.BgClassName
{
background-color: #E69404;
}
</style>
border-color css
<style>
span { border-color: #E69404; }
span { border-color: rgb(230,148,4); }
td.TdClassName
{
border-color: #E69404;
}
.TagClassName
{
border-color: #E69404;
}
</style>