Shades of Gamboge #E6900A
Tints of Gamboge #E6900A
RGB
CMYK
RGB Variations
Color information
#E6900A (or 0xE6900A) is known color: Gamboge. HEX triplet: E6, 90 and 0A. RGB value is (230,144,10). Sum of RGB (Red+Green+Blue) = 230+144+10=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E6900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6900A is #196FF5. Grayscale: #9B9B9B. Windows color (decimal): -1667062 or 692454. OLE color: 692454.
HSL color Cylindrical-coordinate representation of color #E6900A: hue angle of 36.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6900A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.10 |
| HSL | 36.55º | 0.92% | 0.47% | - |
| HSV(B) | 36.55º | 0.96% | 0.9% | - |
| XYZ | 42.66 | 36.79 | 5.14 | - |
| YUV | 154.44 | 46.49 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 10 | 0 | 0.37 | 0.96 | 0.10 | 36.55 | 0.92 | 0.47 |
| Hex | E6 | 90 | A | 0 | 25 | 60 | A | 25 | 5C | 2F |
| Octal | 346 | 220 | 12 | 0 | 45 | 140 | 12 | 45 | 134 | 57 |
| Binary | 11100110 | 10010000 | 1010 | 0 | 100101 | 1100000 | 1010 | 100101 | 1011100 | 101111 |
Color Harmonies of #E6900A
Complementary color
Monochromatic Colors of #E6900A
Black with #E6900A
Text Example
Text Example
White with #E6900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6900A; }
p { color: rgb(230,144,10); }
H1.HeaderClassName
{
color: #E6900A;
}
.AnyTagClassName
{
color: #E6900A;
}
</style>
background-color css
<style>
a { background-color: #E6900A; }
a { background-color: rgb(230,144,10); }
div.DivClassName
{
background-color: #E6900A;
}
.BgClassName
{
background-color: #E6900A;
}
</style>
border-color css
<style>
span { border-color: #E6900A; }
span { border-color: rgb(230,144,10); }
td.TdClassName
{
border-color: #E6900A;
}
.TagClassName
{
border-color: #E6900A;
}
</style>