Shades of Gamboge #E69601
Tints of Gamboge #E69601
RGB
CMYK
RGB Variations
Color information
#E69601 (or 0xE69601) is known color: Gamboge. HEX triplet: E6, 96 and 01. RGB value is (230,150,1). Sum of RGB (Red+Green+Blue) = 230+150+1=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E69601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69601 is #1969FE. Grayscale: #9D9D9D. Windows color (decimal): -1665535 or 104166. OLE color: 104166.
HSL color Cylindrical-coordinate representation of color #E69601: hue angle of 39.04º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E69601 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.10 |
| HSL | 39.04º | 0.99% | 0.45% | - |
| HSV(B) | 39.04º | 1% | 0.9% | - |
| XYZ | 43.54 | 38.64 | 5.19 | - |
| YUV | 156.93 | 40 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 1 | 0 | 0.35 | 1.00 | 0.10 | 39.04 | 0.99 | 0.45 |
| Hex | E6 | 96 | 1 | 0 | 23 | 64 | A | 27 | 63 | 2D |
| Octal | 346 | 226 | 1 | 0 | 43 | 144 | 12 | 47 | 143 | 55 |
| Binary | 11100110 | 10010110 | 1 | 0 | 100011 | 1100100 | 1010 | 100111 | 1100011 | 101101 |
Color Harmonies of #E69601
Complementary color
Monochromatic Colors of #E69601
Black with #E69601
Text Example
Text Example
White with #E69601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69601; }
p { color: rgb(230,150,1); }
H1.HeaderClassName
{
color: #E69601;
}
.AnyTagClassName
{
color: #E69601;
}
</style>
background-color css
<style>
a { background-color: #E69601; }
a { background-color: rgb(230,150,1); }
div.DivClassName
{
background-color: #E69601;
}
.BgClassName
{
background-color: #E69601;
}
</style>
border-color css
<style>
span { border-color: #E69601; }
span { border-color: rgb(230,150,1); }
td.TdClassName
{
border-color: #E69601;
}
.TagClassName
{
border-color: #E69601;
}
</style>