Shades of Gamboge #E69300
Tints of Gamboge #E69300
RGB
CMYK
RGB Variations
Color information
#E69300 (or 0xE69300) is known color: Gamboge. HEX triplet: E6, 93 and 00. RGB value is (230,147,0). Sum of RGB (Red+Green+Blue) = 230+147+0=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E69300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69300 is #196CFF. Grayscale: #9B9B9B. Windows color (decimal): -1666304 or 37862. OLE color: 37862.
HSL color Cylindrical-coordinate representation of color #E69300: hue angle of 38.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E69300 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.10 |
| HSL | 38.35º | 1% | 0.45% | - |
| HSV(B) | 38.35º | 1% | 0.9% | - |
| XYZ | 43.07 | 37.69 | 5.01 | - |
| YUV | 155.06 | 40.5 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 0 | 0 | 0.36 | 1 | 0.10 | 38.35 | 1 | 0.45 |
| Hex | E6 | 93 | 0 | 0 | 24 | 64 | A | 26 | 64 | 2D |
| Octal | 346 | 223 | 0 | 0 | 44 | 144 | 12 | 46 | 144 | 55 |
| Binary | 11100110 | 10010011 | 0 | 0 | 100100 | 1100100 | 1010 | 100110 | 1100100 | 101101 |
Color Harmonies of #E69300
Complementary color
Monochromatic Colors of #E69300
Black with #E69300
Text Example
Text Example
White with #E69300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69300; }
p { color: rgb(230,147,0); }
H1.HeaderClassName
{
color: #E69300;
}
.AnyTagClassName
{
color: #E69300;
}
</style>
background-color css
<style>
a { background-color: #E69300; }
a { background-color: rgb(230,147,0); }
div.DivClassName
{
background-color: #E69300;
}
.BgClassName
{
background-color: #E69300;
}
</style>
border-color css
<style>
span { border-color: #E69300; }
span { border-color: rgb(230,147,0); }
td.TdClassName
{
border-color: #E69300;
}
.TagClassName
{
border-color: #E69300;
}
</style>