Shades of Gamboge #E69D0B
Tints of Gamboge #E69D0B
RGB
CMYK
RGB Variations
Color information
#E69D0B (or 0xE69D0B) is known color: Gamboge. HEX triplet: E6, 9D and 0B. RGB value is (230,157,11). Sum of RGB (Red+Green+Blue) = 230+157+11=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69D0B is #1962F4. Grayscale: #A2A2A2. Windows color (decimal): -1663733 or 761318. OLE color: 761318.
HSL color Cylindrical-coordinate representation of color #E69D0B: hue angle of 40º degrees, saturation: 0.91, 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 #E69D0B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.10 |
| HSL | 40º | 0.91% | 0.47% | - |
| HSV(B) | 40º | 0.95% | 0.9% | - |
| XYZ | 44.75 | 40.96 | 5.86 | - |
| YUV | 162.18 | 42.68 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 11 | 0 | 0.32 | 0.95 | 0.10 | 40 | 0.91 | 0.47 |
| Hex | E6 | 9D | B | 0 | 20 | 5F | A | 28 | 5B | 2F |
| Octal | 346 | 235 | 13 | 0 | 40 | 137 | 12 | 50 | 133 | 57 |
| Binary | 11100110 | 10011101 | 1011 | 0 | 100000 | 1011111 | 1010 | 101000 | 1011011 | 101111 |
Color Harmonies of #E69D0B
Complementary color
Monochromatic Colors of #E69D0B
Black with #E69D0B
Text Example
Text Example
White with #E69D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D0B; }
p { color: rgb(230,157,11); }
H1.HeaderClassName
{
color: #E69D0B;
}
.AnyTagClassName
{
color: #E69D0B;
}
</style>
background-color css
<style>
a { background-color: #E69D0B; }
a { background-color: rgb(230,157,11); }
div.DivClassName
{
background-color: #E69D0B;
}
.BgClassName
{
background-color: #E69D0B;
}
</style>
border-color css
<style>
span { border-color: #E69D0B; }
span { border-color: rgb(230,157,11); }
td.TdClassName
{
border-color: #E69D0B;
}
.TagClassName
{
border-color: #E69D0B;
}
</style>