Shades of Gamboge #E69C0C
Tints of Gamboge #E69C0C
RGB
CMYK
RGB Variations
Color information
#E69C0C (or 0xE69C0C) is known color: Gamboge. HEX triplet: E6, 9C and 0C. RGB value is (230,156,12). Sum of RGB (Red+Green+Blue) = 230+156+12=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69C0C is #1963F3. Grayscale: #A2A2A2. Windows color (decimal): -1663988 or 826598. OLE color: 826598.
HSL color Cylindrical-coordinate representation of color #E69C0C: hue angle of 39.63º 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 #E69C0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.10 |
| HSL | 39.63º | 0.9% | 0.47% | - |
| HSV(B) | 39.63º | 0.95% | 0.9% | - |
| XYZ | 44.59 | 40.63 | 5.84 | - |
| YUV | 161.71 | 43.52 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 12 | 0 | 0.32 | 0.95 | 0.10 | 39.63 | 0.9 | 0.47 |
| Hex | E6 | 9C | C | 0 | 20 | 5F | A | 28 | 5A | 2F |
| Octal | 346 | 234 | 14 | 0 | 40 | 137 | 12 | 50 | 132 | 57 |
| Binary | 11100110 | 10011100 | 1100 | 0 | 100000 | 1011111 | 1010 | 101000 | 1011010 | 101111 |
Color Harmonies of #E69C0C
Complementary color
Monochromatic Colors of #E69C0C
Black with #E69C0C
Text Example
Text Example
White with #E69C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C0C; }
p { color: rgb(230,156,12); }
H1.HeaderClassName
{
color: #E69C0C;
}
.AnyTagClassName
{
color: #E69C0C;
}
</style>
background-color css
<style>
a { background-color: #E69C0C; }
a { background-color: rgb(230,156,12); }
div.DivClassName
{
background-color: #E69C0C;
}
.BgClassName
{
background-color: #E69C0C;
}
</style>
border-color css
<style>
span { border-color: #E69C0C; }
span { border-color: rgb(230,156,12); }
td.TdClassName
{
border-color: #E69C0C;
}
.TagClassName
{
border-color: #E69C0C;
}
</style>