Shades of Gamboge #E69418
Tints of Gamboge #E69418
RGB
CMYK
RGB Variations
Color information
#E69418 (or 0xE69418) is known color: Gamboge. HEX triplet: E6, 94 and 18. RGB value is (230,148,24). Sum of RGB (Red+Green+Blue) = 230+148+24=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E69418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69418 is #196BE7. Grayscale: #9E9E9E. Windows color (decimal): -1666024 or 1610982. OLE color: 1610982.
HSL color Cylindrical-coordinate representation of color #E69418: hue angle of 36.12º 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 #E69418 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 24 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.10 |
| HSL | 36.12º | 0.81% | 0.5% | - |
| HSV(B) | 36.12º | 0.9% | 0.9% | - |
| XYZ | 43.39 | 38.07 | 5.93 | - |
| YUV | 158.38 | 52.17 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 24 | 0 | 0.36 | 0.90 | 0.10 | 36.12 | 0.81 | 0.5 |
| Hex | E6 | 94 | 18 | 0 | 24 | 5A | A | 24 | 51 | 32 |
| Octal | 346 | 224 | 30 | 0 | 44 | 132 | 12 | 44 | 121 | 62 |
| Binary | 11100110 | 10010100 | 11000 | 0 | 100100 | 1011010 | 1010 | 100100 | 1010001 | 110010 |
Color Harmonies of #E69418
Complementary color
Monochromatic Colors of #E69418
Black with #E69418
Text Example
Text Example
White with #E69418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69418; }
p { color: rgb(230,148,24); }
H1.HeaderClassName
{
color: #E69418;
}
.AnyTagClassName
{
color: #E69418;
}
</style>
background-color css
<style>
a { background-color: #E69418; }
a { background-color: rgb(230,148,24); }
div.DivClassName
{
background-color: #E69418;
}
.BgClassName
{
background-color: #E69418;
}
</style>
border-color css
<style>
span { border-color: #E69418; }
span { border-color: rgb(230,148,24); }
td.TdClassName
{
border-color: #E69418;
}
.TagClassName
{
border-color: #E69418;
}
</style>