Shades of Gamboge #E69618
Tints of Gamboge #E69618
RGB
CMYK
RGB Variations
Color information
#E69618 (or 0xE69618) is known color: Gamboge. HEX triplet: E6, 96 and 18. RGB value is (230,150,24). Sum of RGB (Red+Green+Blue) = 230+150+24=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E69618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69618 is #1969E7. Grayscale: #A0A0A0. Windows color (decimal): -1665512 or 1611494. OLE color: 1611494.
HSL color Cylindrical-coordinate representation of color #E69618: hue angle of 36.7º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E69618 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 24 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.10 |
| HSL | 36.7º | 0.81% | 0.5% | - |
| HSV(B) | 36.7º | 0.9% | 0.9% | - |
| XYZ | 43.7 | 38.7 | 6.03 | - |
| YUV | 159.56 | 51.5 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 24 | 0 | 0.35 | 0.90 | 0.10 | 36.7 | 0.81 | 0.5 |
| Hex | E6 | 96 | 18 | 0 | 23 | 5A | A | 25 | 51 | 32 |
| Octal | 346 | 226 | 30 | 0 | 43 | 132 | 12 | 45 | 121 | 62 |
| Binary | 11100110 | 10010110 | 11000 | 0 | 100011 | 1011010 | 1010 | 100101 | 1010001 | 110010 |
Color Harmonies of #E69618
Complementary color
Monochromatic Colors of #E69618
Black with #E69618
Text Example
Text Example
White with #E69618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69618; }
p { color: rgb(230,150,24); }
H1.HeaderClassName
{
color: #E69618;
}
.AnyTagClassName
{
color: #E69618;
}
</style>
background-color css
<style>
a { background-color: #E69618; }
a { background-color: rgb(230,150,24); }
div.DivClassName
{
background-color: #E69618;
}
.BgClassName
{
background-color: #E69618;
}
</style>
border-color css
<style>
span { border-color: #E69618; }
span { border-color: rgb(230,150,24); }
td.TdClassName
{
border-color: #E69618;
}
.TagClassName
{
border-color: #E69618;
}
</style>