Shades of Gamboge #E69A0D
Tints of Gamboge #E69A0D
RGB
CMYK
RGB Variations
Color information
#E69A0D (or 0xE69A0D) is known color: Gamboge. HEX triplet: E6, 9A and 0D. RGB value is (230,154,13). Sum of RGB (Red+Green+Blue) = 230+154+13=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69A0D is #1965F2. Grayscale: #A1A1A1. Windows color (decimal): -1664499 or 891622. OLE color: 891622.
HSL color Cylindrical-coordinate representation of color #E69A0D: hue angle of 38.99º 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 #E69A0D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.10 |
| HSL | 38.99º | 0.89% | 0.48% | - |
| HSV(B) | 38.99º | 0.94% | 0.9% | - |
| XYZ | 44.26 | 39.96 | 5.76 | - |
| YUV | 160.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 13 | 0 | 0.33 | 0.94 | 0.10 | 38.99 | 0.89 | 0.48 |
| Hex | E6 | 9A | D | 0 | 21 | 5E | A | 27 | 59 | 30 |
| Octal | 346 | 232 | 15 | 0 | 41 | 136 | 12 | 47 | 131 | 60 |
| Binary | 11100110 | 10011010 | 1101 | 0 | 100001 | 1011110 | 1010 | 100111 | 1011001 | 110000 |
Color Harmonies of #E69A0D
Complementary color
Monochromatic Colors of #E69A0D
Black with #E69A0D
Text Example
Text Example
White with #E69A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A0D; }
p { color: rgb(230,154,13); }
H1.HeaderClassName
{
color: #E69A0D;
}
.AnyTagClassName
{
color: #E69A0D;
}
</style>
background-color css
<style>
a { background-color: #E69A0D; }
a { background-color: rgb(230,154,13); }
div.DivClassName
{
background-color: #E69A0D;
}
.BgClassName
{
background-color: #E69A0D;
}
</style>
border-color css
<style>
span { border-color: #E69A0D; }
span { border-color: rgb(230,154,13); }
td.TdClassName
{
border-color: #E69A0D;
}
.TagClassName
{
border-color: #E69A0D;
}
</style>