Shades of Gamboge #E69A08
Tints of Gamboge #E69A08
RGB
CMYK
RGB Variations
Color information
#E69A08 (or 0xE69A08) is known color: Gamboge. HEX triplet: E6, 9A and 08. RGB value is (230,154,8). Sum of RGB (Red+Green+Blue) = 230+154+8=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69A08 is #1965F7. Grayscale: #A0A0A0. Windows color (decimal): -1664504 or 563942. OLE color: 563942.
HSL color Cylindrical-coordinate representation of color #E69A08: hue angle of 39.46º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E69A08 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 8 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.10 |
| HSL | 39.46º | 0.93% | 0.47% | - |
| HSV(B) | 39.46º | 0.97% | 0.9% | - |
| XYZ | 44.23 | 39.95 | 5.61 | - |
| YUV | 160.08 | 42.18 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 8 | 0 | 0.33 | 0.97 | 0.10 | 39.46 | 0.93 | 0.47 |
| Hex | E6 | 9A | 8 | 0 | 21 | 61 | A | 27 | 5D | 2F |
| Octal | 346 | 232 | 10 | 0 | 41 | 141 | 12 | 47 | 135 | 57 |
| Binary | 11100110 | 10011010 | 1000 | 0 | 100001 | 1100001 | 1010 | 100111 | 1011101 | 101111 |
Color Harmonies of #E69A08
Complementary color
Monochromatic Colors of #E69A08
Black with #E69A08
Text Example
Text Example
White with #E69A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A08; }
p { color: rgb(230,154,8); }
H1.HeaderClassName
{
color: #E69A08;
}
.AnyTagClassName
{
color: #E69A08;
}
</style>
background-color css
<style>
a { background-color: #E69A08; }
a { background-color: rgb(230,154,8); }
div.DivClassName
{
background-color: #E69A08;
}
.BgClassName
{
background-color: #E69A08;
}
</style>
border-color css
<style>
span { border-color: #E69A08; }
span { border-color: rgb(230,154,8); }
td.TdClassName
{
border-color: #E69A08;
}
.TagClassName
{
border-color: #E69A08;
}
</style>