Shades of Gamboge #E69005
Tints of Gamboge #E69005
RGB
CMYK
RGB Variations
Color information
#E69005 (or 0xE69005) is known color: Gamboge. HEX triplet: E6, 90 and 05. RGB value is (230,144,5). Sum of RGB (Red+Green+Blue) = 230+144+5=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E69005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69005 is #196FFA. Grayscale: #9A9A9A. Windows color (decimal): -1667067 or 364774. OLE color: 364774.
HSL color Cylindrical-coordinate representation of color #E69005: hue angle of 37.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 #E69005 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.10 |
| HSL | 37.07º | 0.96% | 0.46% | - |
| HSV(B) | 37.07º | 0.98% | 0.9% | - |
| XYZ | 42.63 | 36.78 | 5 | - |
| YUV | 153.87 | 43.99 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 5 | 0 | 0.37 | 0.98 | 0.10 | 37.07 | 0.96 | 0.46 |
| Hex | E6 | 90 | 5 | 0 | 25 | 62 | A | 25 | 60 | 2E |
| Octal | 346 | 220 | 5 | 0 | 45 | 142 | 12 | 45 | 140 | 56 |
| Binary | 11100110 | 10010000 | 101 | 0 | 100101 | 1100010 | 1010 | 100101 | 1100000 | 101110 |
Color Harmonies of #E69005
Complementary color
Monochromatic Colors of #E69005
Black with #E69005
Text Example
Text Example
White with #E69005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69005; }
p { color: rgb(230,144,5); }
H1.HeaderClassName
{
color: #E69005;
}
.AnyTagClassName
{
color: #E69005;
}
</style>
background-color css
<style>
a { background-color: #E69005; }
a { background-color: rgb(230,144,5); }
div.DivClassName
{
background-color: #E69005;
}
.BgClassName
{
background-color: #E69005;
}
</style>
border-color css
<style>
span { border-color: #E69005; }
span { border-color: rgb(230,144,5); }
td.TdClassName
{
border-color: #E69005;
}
.TagClassName
{
border-color: #E69005;
}
</style>