Shades of Gamboge #E6991B
Tints of Gamboge #E6991B
RGB
CMYK
RGB Variations
Color information
#E6991B (or 0xE6991B) is known color: Gamboge. HEX triplet: E6, 99 and 1B. RGB value is (230,153,27). Sum of RGB (Red+Green+Blue) = 230+153+27=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6991B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6991B is #1966E4. Grayscale: #A2A2A2. Windows color (decimal): -1664741 or 1808870. OLE color: 1808870.
HSL color Cylindrical-coordinate representation of color #E6991B: hue angle of 37.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6991B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.10 |
| HSL | 37.24º | 0.8% | 0.5% | - |
| HSV(B) | 37.24º | 0.88% | 0.9% | - |
| XYZ | 44.22 | 39.68 | 6.37 | - |
| YUV | 161.66 | 52.01 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 27 | 0 | 0.33 | 0.88 | 0.10 | 37.24 | 0.8 | 0.5 |
| Hex | E6 | 99 | 1B | 0 | 21 | 58 | A | 25 | 50 | 32 |
| Octal | 346 | 231 | 33 | 0 | 41 | 130 | 12 | 45 | 120 | 62 |
| Binary | 11100110 | 10011001 | 11011 | 0 | 100001 | 1011000 | 1010 | 100101 | 1010000 | 110010 |
Color Harmonies of #E6991B
Complementary color
Monochromatic Colors of #E6991B
Black with #E6991B
Text Example
Text Example
White with #E6991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6991B; }
p { color: rgb(230,153,27); }
H1.HeaderClassName
{
color: #E6991B;
}
.AnyTagClassName
{
color: #E6991B;
}
</style>
background-color css
<style>
a { background-color: #E6991B; }
a { background-color: rgb(230,153,27); }
div.DivClassName
{
background-color: #E6991B;
}
.BgClassName
{
background-color: #E6991B;
}
</style>
border-color css
<style>
span { border-color: #E6991B; }
span { border-color: rgb(230,153,27); }
td.TdClassName
{
border-color: #E6991B;
}
.TagClassName
{
border-color: #E6991B;
}
</style>