Shades of Gamboge #E69A0E
Tints of Gamboge #E69A0E
RGB
CMYK
RGB Variations
Color information
#E69A0E (or 0xE69A0E) is known color: Gamboge. HEX triplet: E6, 9A and 0E. RGB value is (230,154,14). Sum of RGB (Red+Green+Blue) = 230+154+14=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69A0E is #1965F1. Grayscale: #A1A1A1. Windows color (decimal): -1664498 or 957158. OLE color: 957158.
HSL color Cylindrical-coordinate representation of color #E69A0E: hue angle of 38.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E69A0E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.10 |
| HSL | 38.89º | 0.89% | 0.48% | - |
| HSV(B) | 38.89º | 0.94% | 0.9% | - |
| XYZ | 44.27 | 39.97 | 5.8 | - |
| YUV | 160.76 | 45.18 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 14 | 0 | 0.33 | 0.94 | 0.10 | 38.89 | 0.89 | 0.48 |
| Hex | E6 | 9A | E | 0 | 21 | 5E | A | 27 | 59 | 30 |
| Octal | 346 | 232 | 16 | 0 | 41 | 136 | 12 | 47 | 131 | 60 |
| Binary | 11100110 | 10011010 | 1110 | 0 | 100001 | 1011110 | 1010 | 100111 | 1011001 | 110000 |
Color Harmonies of #E69A0E
Complementary color
Monochromatic Colors of #E69A0E
Black with #E69A0E
Text Example
Text Example
White with #E69A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A0E; }
p { color: rgb(230,154,14); }
H1.HeaderClassName
{
color: #E69A0E;
}
.AnyTagClassName
{
color: #E69A0E;
}
</style>
background-color css
<style>
a { background-color: #E69A0E; }
a { background-color: rgb(230,154,14); }
div.DivClassName
{
background-color: #E69A0E;
}
.BgClassName
{
background-color: #E69A0E;
}
</style>
border-color css
<style>
span { border-color: #E69A0E; }
span { border-color: rgb(230,154,14); }
td.TdClassName
{
border-color: #E69A0E;
}
.TagClassName
{
border-color: #E69A0E;
}
</style>