Shades of Gamboge #E69D0C
Tints of Gamboge #E69D0C
RGB
CMYK
RGB Variations
Color information
#E69D0C (or 0xE69D0C) is known color: Gamboge. HEX triplet: E6, 9D and 0C. RGB value is (230,157,12). Sum of RGB (Red+Green+Blue) = 230+157+12=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69D0C is #1962F3. Grayscale: #A2A2A2. Windows color (decimal): -1663732 or 826854. OLE color: 826854.
HSL color Cylindrical-coordinate representation of color #E69D0C: hue angle of 39.91º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E69D0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.10 |
| HSL | 39.91º | 0.9% | 0.47% | - |
| HSV(B) | 39.91º | 0.95% | 0.9% | - |
| XYZ | 44.76 | 40.96 | 5.9 | - |
| YUV | 162.3 | 43.18 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 12 | 0 | 0.32 | 0.95 | 0.10 | 39.91 | 0.9 | 0.47 |
| Hex | E6 | 9D | C | 0 | 20 | 5F | A | 28 | 5A | 2F |
| Octal | 346 | 235 | 14 | 0 | 40 | 137 | 12 | 50 | 132 | 57 |
| Binary | 11100110 | 10011101 | 1100 | 0 | 100000 | 1011111 | 1010 | 101000 | 1011010 | 101111 |
Color Harmonies of #E69D0C
Complementary color
Monochromatic Colors of #E69D0C
Black with #E69D0C
Text Example
Text Example
White with #E69D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D0C; }
p { color: rgb(230,157,12); }
H1.HeaderClassName
{
color: #E69D0C;
}
.AnyTagClassName
{
color: #E69D0C;
}
</style>
background-color css
<style>
a { background-color: #E69D0C; }
a { background-color: rgb(230,157,12); }
div.DivClassName
{
background-color: #E69D0C;
}
.BgClassName
{
background-color: #E69D0C;
}
</style>
border-color css
<style>
span { border-color: #E69D0C; }
span { border-color: rgb(230,157,12); }
td.TdClassName
{
border-color: #E69D0C;
}
.TagClassName
{
border-color: #E69D0C;
}
</style>