Shades of Gamboge #E69901
Tints of Gamboge #E69901
RGB
CMYK
RGB Variations
Color information
#E69901 (or 0xE69901) is known color: Gamboge. HEX triplet: E6, 99 and 01. RGB value is (230,153,1). Sum of RGB (Red+Green+Blue) = 230+153+1=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E69901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69901 is #1966FE. Grayscale: #9F9F9F. Windows color (decimal): -1664767 or 104934. OLE color: 104934.
HSL color Cylindrical-coordinate representation of color #E69901: hue angle of 39.83º 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 #E69901 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.10 |
| HSL | 39.83º | 0.99% | 0.45% | - |
| HSV(B) | 39.83º | 1% | 0.9% | - |
| XYZ | 44.03 | 39.61 | 5.35 | - |
| YUV | 158.7 | 39.01 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 1 | 0 | 0.33 | 1.00 | 0.10 | 39.83 | 0.99 | 0.45 |
| Hex | E6 | 99 | 1 | 0 | 21 | 64 | A | 28 | 63 | 2D |
| Octal | 346 | 231 | 1 | 0 | 41 | 144 | 12 | 50 | 143 | 55 |
| Binary | 11100110 | 10011001 | 1 | 0 | 100001 | 1100100 | 1010 | 101000 | 1100011 | 101101 |
Color Harmonies of #E69901
Complementary color
Monochromatic Colors of #E69901
Black with #E69901
Text Example
Text Example
White with #E69901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69901; }
p { color: rgb(230,153,1); }
H1.HeaderClassName
{
color: #E69901;
}
.AnyTagClassName
{
color: #E69901;
}
</style>
background-color css
<style>
a { background-color: #E69901; }
a { background-color: rgb(230,153,1); }
div.DivClassName
{
background-color: #E69901;
}
.BgClassName
{
background-color: #E69901;
}
</style>
border-color css
<style>
span { border-color: #E69901; }
span { border-color: rgb(230,153,1); }
td.TdClassName
{
border-color: #E69901;
}
.TagClassName
{
border-color: #E69901;
}
</style>