Shades of Gamboge #E79401
Tints of Gamboge #E79401
RGB
CMYK
RGB Variations
Color information
#E79401 (or 0xE79401) is known color: Gamboge. HEX triplet: E7, 94 and 01. RGB value is (231,148,1). Sum of RGB (Red+Green+Blue) = 231+148+1=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E79401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79401 is #186BFE. Grayscale: #9C9C9C. Windows color (decimal): -1600511 or 103655. OLE color: 103655.
HSL color Cylindrical-coordinate representation of color #E79401: hue angle of 38.35º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E79401 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.09 |
| HSL | 38.35º | 0.99% | 0.45% | - |
| HSV(B) | 38.35º | 1% | 0.91% | - |
| XYZ | 43.55 | 38.17 | 5.1 | - |
| YUV | 156.06 | 40.5 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 1 | 0 | 0.36 | 1.00 | 0.09 | 38.35 | 0.99 | 0.45 |
| Hex | E7 | 94 | 1 | 0 | 24 | 64 | 9 | 26 | 63 | 2D |
| Octal | 347 | 224 | 1 | 0 | 44 | 144 | 11 | 46 | 143 | 55 |
| Binary | 11100111 | 10010100 | 1 | 0 | 100100 | 1100100 | 1001 | 100110 | 1100011 | 101101 |
Color Harmonies of #E79401
Complementary color
Monochromatic Colors of #E79401
Black with #E79401
Text Example
Text Example
White with #E79401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79401; }
p { color: rgb(231,148,1); }
H1.HeaderClassName
{
color: #E79401;
}
.AnyTagClassName
{
color: #E79401;
}
</style>
background-color css
<style>
a { background-color: #E79401; }
a { background-color: rgb(231,148,1); }
div.DivClassName
{
background-color: #E79401;
}
.BgClassName
{
background-color: #E79401;
}
</style>
border-color css
<style>
span { border-color: #E79401; }
span { border-color: rgb(231,148,1); }
td.TdClassName
{
border-color: #E79401;
}
.TagClassName
{
border-color: #E79401;
}
</style>