Shades of Gamboge #E69814
Tints of Gamboge #E69814
RGB
CMYK
RGB Variations
Color information
#E69814 (or 0xE69814) is known color: Gamboge. HEX triplet: E6, 98 and 14. RGB value is (230,152,20). Sum of RGB (Red+Green+Blue) = 230+152+20=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E69814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69814 is #1967EB. Grayscale: #A0A0A0. Windows color (decimal): -1665004 or 1349862. OLE color: 1349862.
HSL color Cylindrical-coordinate representation of color #E69814: hue angle of 37.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E69814 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 20 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.10 |
| HSL | 37.71º | 0.84% | 0.49% | - |
| HSV(B) | 37.71º | 0.91% | 0.9% | - |
| XYZ | 43.99 | 39.33 | 5.93 | - |
| YUV | 160.27 | 48.84 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 20 | 0 | 0.34 | 0.91 | 0.10 | 37.71 | 0.84 | 0.49 |
| Hex | E6 | 98 | 14 | 0 | 22 | 5B | A | 26 | 54 | 31 |
| Octal | 346 | 230 | 24 | 0 | 42 | 133 | 12 | 46 | 124 | 61 |
| Binary | 11100110 | 10011000 | 10100 | 0 | 100010 | 1011011 | 1010 | 100110 | 1010100 | 110001 |
Color Harmonies of #E69814
Complementary color
Monochromatic Colors of #E69814
Black with #E69814
Text Example
Text Example
White with #E69814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69814; }
p { color: rgb(230,152,20); }
H1.HeaderClassName
{
color: #E69814;
}
.AnyTagClassName
{
color: #E69814;
}
</style>
background-color css
<style>
a { background-color: #E69814; }
a { background-color: rgb(230,152,20); }
div.DivClassName
{
background-color: #E69814;
}
.BgClassName
{
background-color: #E69814;
}
</style>
border-color css
<style>
span { border-color: #E69814; }
span { border-color: rgb(230,152,20); }
td.TdClassName
{
border-color: #E69814;
}
.TagClassName
{
border-color: #E69814;
}
</style>