Shades of Gamboge #E6990B
Tints of Gamboge #E6990B
RGB
CMYK
RGB Variations
Color information
#E6990B (or 0xE6990B) is known color: Gamboge. HEX triplet: E6, 99 and 0B. RGB value is (230,153,11). Sum of RGB (Red+Green+Blue) = 230+153+11=394 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.38% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 230 - color contains mainly: red. Hex color #E6990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6990B is #1966F4. Grayscale: #A0A0A0. Windows color (decimal): -1664757 or 760294. OLE color: 760294.
HSL color Cylindrical-coordinate representation of color #E6990B: hue angle of 38.9º 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 #E6990B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.10 |
| HSL | 38.9º | 0.91% | 0.47% | - |
| HSV(B) | 38.9º | 0.95% | 0.9% | - |
| XYZ | 44.08 | 39.63 | 5.64 | - |
| YUV | 159.84 | 44.01 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 11 | 0 | 0.33 | 0.95 | 0.10 | 38.9 | 0.91 | 0.47 |
| Hex | E6 | 99 | B | 0 | 21 | 5F | A | 27 | 5B | 2F |
| Octal | 346 | 231 | 13 | 0 | 41 | 137 | 12 | 47 | 133 | 57 |
| Binary | 11100110 | 10011001 | 1011 | 0 | 100001 | 1011111 | 1010 | 100111 | 1011011 | 101111 |
Color Harmonies of #E6990B
Complementary color
Monochromatic Colors of #E6990B
Black with #E6990B
Text Example
Text Example
White with #E6990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6990B; }
p { color: rgb(230,153,11); }
H1.HeaderClassName
{
color: #E6990B;
}
.AnyTagClassName
{
color: #E6990B;
}
</style>
background-color css
<style>
a { background-color: #E6990B; }
a { background-color: rgb(230,153,11); }
div.DivClassName
{
background-color: #E6990B;
}
.BgClassName
{
background-color: #E6990B;
}
</style>
border-color css
<style>
span { border-color: #E6990B; }
span { border-color: rgb(230,153,11); }
td.TdClassName
{
border-color: #E6990B;
}
.TagClassName
{
border-color: #E6990B;
}
</style>