Shades of Gamboge #E69703
Tints of Gamboge #E69703
RGB
CMYK
RGB Variations
Color information
#E69703 (or 0xE69703) is known color: Gamboge. HEX triplet: E6, 97 and 03. RGB value is (230,151,3). Sum of RGB (Red+Green+Blue) = 230+151+3=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E69703 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69703 is #1968FC. Grayscale: #9E9E9E. Windows color (decimal): -1665277 or 235494. OLE color: 235494.
HSL color Cylindrical-coordinate representation of color #E69703: hue angle of 39.12º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E69703 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.10 |
| HSL | 39.12º | 0.97% | 0.46% | - |
| HSV(B) | 39.12º | 0.99% | 0.9% | - |
| XYZ | 43.72 | 38.96 | 5.3 | - |
| YUV | 157.75 | 40.67 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 3 | 0 | 0.34 | 0.99 | 0.10 | 39.12 | 0.97 | 0.46 |
| Hex | E6 | 97 | 3 | 0 | 22 | 63 | A | 27 | 61 | 2E |
| Octal | 346 | 227 | 3 | 0 | 42 | 143 | 12 | 47 | 141 | 56 |
| Binary | 11100110 | 10010111 | 11 | 0 | 100010 | 1100011 | 1010 | 100111 | 1100001 | 101110 |
Color Harmonies of #E69703
Complementary color
Monochromatic Colors of #E69703
Black with #E69703
Text Example
Text Example
White with #E69703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69703; }
p { color: rgb(230,151,3); }
H1.HeaderClassName
{
color: #E69703;
}
.AnyTagClassName
{
color: #E69703;
}
</style>
background-color css
<style>
a { background-color: #E69703; }
a { background-color: rgb(230,151,3); }
div.DivClassName
{
background-color: #E69703;
}
.BgClassName
{
background-color: #E69703;
}
</style>
border-color css
<style>
span { border-color: #E69703; }
span { border-color: rgb(230,151,3); }
td.TdClassName
{
border-color: #E69703;
}
.TagClassName
{
border-color: #E69703;
}
</style>