Shades of Gamboge #E6950D
Tints of Gamboge #E6950D
RGB
CMYK
RGB Variations
Color information
#E6950D (or 0xE6950D) is known color: Gamboge. HEX triplet: E6, 95 and 0D. RGB value is (230,149,13). Sum of RGB (Red+Green+Blue) = 230+149+13=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6950D is #196AF2. Grayscale: #9E9E9E. Windows color (decimal): -1665779 or 890342. OLE color: 890342.
HSL color Cylindrical-coordinate representation of color #E6950D: hue angle of 37.6º 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 #E6950D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.10 |
| HSL | 37.6º | 0.89% | 0.48% | - |
| HSV(B) | 37.6º | 0.94% | 0.9% | - |
| XYZ | 43.45 | 38.35 | 5.49 | - |
| YUV | 157.72 | 46.34 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 13 | 0 | 0.35 | 0.94 | 0.10 | 37.6 | 0.89 | 0.48 |
| Hex | E6 | 95 | D | 0 | 23 | 5E | A | 26 | 59 | 30 |
| Octal | 346 | 225 | 15 | 0 | 43 | 136 | 12 | 46 | 131 | 60 |
| Binary | 11100110 | 10010101 | 1101 | 0 | 100011 | 1011110 | 1010 | 100110 | 1011001 | 110000 |
Color Harmonies of #E6950D
Complementary color
Monochromatic Colors of #E6950D
Black with #E6950D
Text Example
Text Example
White with #E6950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6950D; }
p { color: rgb(230,149,13); }
H1.HeaderClassName
{
color: #E6950D;
}
.AnyTagClassName
{
color: #E6950D;
}
</style>
background-color css
<style>
a { background-color: #E6950D; }
a { background-color: rgb(230,149,13); }
div.DivClassName
{
background-color: #E6950D;
}
.BgClassName
{
background-color: #E6950D;
}
</style>
border-color css
<style>
span { border-color: #E6950D; }
span { border-color: rgb(230,149,13); }
td.TdClassName
{
border-color: #E6950D;
}
.TagClassName
{
border-color: #E6950D;
}
</style>