Shades of Gamboge #E69F05
Tints of Gamboge #E69F05
RGB
CMYK
RGB Variations
Color information
#E69F05 (or 0xE69F05) is known color: Gamboge. HEX triplet: E6, 9F and 05. RGB value is (230,159,5). Sum of RGB (Red+Green+Blue) = 230+159+5=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69F05 is #1960FA. Grayscale: #A3A3A3. Windows color (decimal): -1663227 or 368614. OLE color: 368614.
HSL color Cylindrical-coordinate representation of color #E69F05: hue angle of 41.07º degrees, saturation: 0.96, 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 #E69F05 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.10 |
| HSL | 41.07º | 0.96% | 0.46% | - |
| HSV(B) | 41.07º | 0.98% | 0.9% | - |
| XYZ | 45.06 | 41.63 | 5.8 | - |
| YUV | 162.67 | 39.02 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 5 | 0 | 0.31 | 0.98 | 0.10 | 41.07 | 0.96 | 0.46 |
| Hex | E6 | 9F | 5 | 0 | 1F | 62 | A | 29 | 60 | 2E |
| Octal | 346 | 237 | 5 | 0 | 37 | 142 | 12 | 51 | 140 | 56 |
| Binary | 11100110 | 10011111 | 101 | 0 | 11111 | 1100010 | 1010 | 101001 | 1100000 | 101110 |
Color Harmonies of #E69F05
Complementary color
Monochromatic Colors of #E69F05
Black with #E69F05
Text Example
Text Example
White with #E69F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69F05; }
p { color: rgb(230,159,5); }
H1.HeaderClassName
{
color: #E69F05;
}
.AnyTagClassName
{
color: #E69F05;
}
</style>
background-color css
<style>
a { background-color: #E69F05; }
a { background-color: rgb(230,159,5); }
div.DivClassName
{
background-color: #E69F05;
}
.BgClassName
{
background-color: #E69F05;
}
</style>
border-color css
<style>
span { border-color: #E69F05; }
span { border-color: rgb(230,159,5); }
td.TdClassName
{
border-color: #E69F05;
}
.TagClassName
{
border-color: #E69F05;
}
</style>