Shades of Gamboge #E6900D
Tints of Gamboge #E6900D
RGB
CMYK
RGB Variations
Color information
#E6900D (or 0xE6900D) is known color: Gamboge. HEX triplet: E6, 90 and 0D. RGB value is (230,144,13). Sum of RGB (Red+Green+Blue) = 230+144+13=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6900D is #196FF2. Grayscale: #9B9B9B. Windows color (decimal): -1667059 or 889062. OLE color: 889062.
HSL color Cylindrical-coordinate representation of color #E6900D: hue angle of 36.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6900D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.10 |
| HSL | 36.22º | 0.89% | 0.48% | - |
| HSV(B) | 36.22º | 0.94% | 0.9% | - |
| XYZ | 42.68 | 36.8 | 5.23 | - |
| YUV | 154.78 | 47.99 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 13 | 0 | 0.37 | 0.94 | 0.10 | 36.22 | 0.89 | 0.48 |
| Hex | E6 | 90 | D | 0 | 25 | 5E | A | 24 | 59 | 30 |
| Octal | 346 | 220 | 15 | 0 | 45 | 136 | 12 | 44 | 131 | 60 |
| Binary | 11100110 | 10010000 | 1101 | 0 | 100101 | 1011110 | 1010 | 100100 | 1011001 | 110000 |
Color Harmonies of #E6900D
Complementary color
Monochromatic Colors of #E6900D
Black with #E6900D
Text Example
Text Example
White with #E6900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6900D; }
p { color: rgb(230,144,13); }
H1.HeaderClassName
{
color: #E6900D;
}
.AnyTagClassName
{
color: #E6900D;
}
</style>
background-color css
<style>
a { background-color: #E6900D; }
a { background-color: rgb(230,144,13); }
div.DivClassName
{
background-color: #E6900D;
}
.BgClassName
{
background-color: #E6900D;
}
</style>
border-color css
<style>
span { border-color: #E6900D; }
span { border-color: rgb(230,144,13); }
td.TdClassName
{
border-color: #E6900D;
}
.TagClassName
{
border-color: #E6900D;
}
</style>