Shades of Gamboge #E69400
Tints of Gamboge #E69400
RGB
CMYK
RGB Variations
Color information
#E69400 (or 0xE69400) is known color: Gamboge. HEX triplet: E6, 94 and 00. RGB value is (230,148,0). Sum of RGB (Red+Green+Blue) = 230+148+0=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E69400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69400 is #196BFF. Grayscale: #9C9C9C. Windows color (decimal): -1666048 or 38118. OLE color: 38118.
HSL color Cylindrical-coordinate representation of color #E69400: hue angle of 38.61º 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 #E69400 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.10 |
| HSL | 38.61º | 1% | 0.45% | - |
| HSV(B) | 38.61º | 1% | 0.9% | - |
| XYZ | 43.22 | 38 | 5.06 | - |
| YUV | 155.65 | 40.17 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 0 | 0 | 0.36 | 1 | 0.10 | 38.61 | 1 | 0.45 |
| Hex | E6 | 94 | 0 | 0 | 24 | 64 | A | 27 | 64 | 2D |
| Octal | 346 | 224 | 0 | 0 | 44 | 144 | 12 | 47 | 144 | 55 |
| Binary | 11100110 | 10010100 | 0 | 0 | 100100 | 1100100 | 1010 | 100111 | 1100100 | 101101 |
Color Harmonies of #E69400
Complementary color
Monochromatic Colors of #E69400
Black with #E69400
Text Example
Text Example
White with #E69400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69400; }
p { color: rgb(230,148,0); }
H1.HeaderClassName
{
color: #E69400;
}
.AnyTagClassName
{
color: #E69400;
}
</style>
background-color css
<style>
a { background-color: #E69400; }
a { background-color: rgb(230,148,0); }
div.DivClassName
{
background-color: #E69400;
}
.BgClassName
{
background-color: #E69400;
}
</style>
border-color css
<style>
span { border-color: #E69400; }
span { border-color: rgb(230,148,0); }
td.TdClassName
{
border-color: #E69400;
}
.TagClassName
{
border-color: #E69400;
}
</style>