Shades of Gamboge #E39914
Tints of Gamboge #E39914
RGB
CMYK
RGB Variations
Color information
#E39914 (or 0xE39914) is known color: Gamboge. HEX triplet: E3, 99 and 14. RGB value is (227,153,20). Sum of RGB (Red+Green+Blue) = 227+153+20=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E39914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E39914 is #1C66EB. Grayscale: #A0A0A0. Windows color (decimal): -1861356 or 1350115. OLE color: 1350115.
HSL color Cylindrical-coordinate representation of color #E39914: hue angle of 38.55º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E39914 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 20 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.11 |
| HSL | 38.55º | 0.84% | 0.48% | - |
| HSV(B) | 38.55º | 0.91% | 0.89% | - |
| XYZ | 43.2 | 39.16 | 5.94 | - |
| YUV | 159.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 20 | 0 | 0.33 | 0.91 | 0.11 | 38.55 | 0.84 | 0.48 |
| Hex | E3 | 99 | 14 | 0 | 21 | 5B | B | 27 | 54 | 30 |
| Octal | 343 | 231 | 24 | 0 | 41 | 133 | 13 | 47 | 124 | 60 |
| Binary | 11100011 | 10011001 | 10100 | 0 | 100001 | 1011011 | 1011 | 100111 | 1010100 | 110000 |
Color Harmonies of #E39914
Complementary color
Monochromatic Colors of #E39914
Black with #E39914
Text Example
Text Example
White with #E39914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39914; }
p { color: rgb(227,153,20); }
H1.HeaderClassName
{
color: #E39914;
}
.AnyTagClassName
{
color: #E39914;
}
</style>
background-color css
<style>
a { background-color: #E39914; }
a { background-color: rgb(227,153,20); }
div.DivClassName
{
background-color: #E39914;
}
.BgClassName
{
background-color: #E39914;
}
</style>
border-color css
<style>
span { border-color: #E39914; }
span { border-color: rgb(227,153,20); }
td.TdClassName
{
border-color: #E39914;
}
.TagClassName
{
border-color: #E39914;
}
</style>