Shades of Gamboge #E89A1A
Tints of Gamboge #E89A1A
RGB
CMYK
RGB Variations
Color information
#E89A1A (or 0xE89A1A) is known color: Gamboge. HEX triplet: E8, 9A and 1A. RGB value is (232,154,26). Sum of RGB (Red+Green+Blue) = 232+154+26=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89A1A is #1765E5. Grayscale: #A3A3A3. Windows color (decimal): -1533414 or 1743592. OLE color: 1743592.
HSL color Cylindrical-coordinate representation of color #E89A1A: hue angle of 37.28º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E89A1A is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 26 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.09 |
| HSL | 37.28º | 0.82% | 0.51% | - |
| HSV(B) | 37.28º | 0.89% | 0.91% | - |
| XYZ | 45.02 | 40.34 | 6.39 | - |
| YUV | 162.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 26 | 0 | 0.34 | 0.89 | 0.09 | 37.28 | 0.82 | 0.51 |
| Hex | E8 | 9A | 1A | 0 | 22 | 59 | 9 | 25 | 52 | 33 |
| Octal | 350 | 232 | 32 | 0 | 42 | 131 | 11 | 45 | 122 | 63 |
| Binary | 11101000 | 10011010 | 11010 | 0 | 100010 | 1011001 | 1001 | 100101 | 1010010 | 110011 |
Color Harmonies of #E89A1A
Complementary color
Monochromatic Colors of #E89A1A
Black with #E89A1A
Text Example
Text Example
White with #E89A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A1A; }
p { color: rgb(232,154,26); }
H1.HeaderClassName
{
color: #E89A1A;
}
.AnyTagClassName
{
color: #E89A1A;
}
</style>
background-color css
<style>
a { background-color: #E89A1A; }
a { background-color: rgb(232,154,26); }
div.DivClassName
{
background-color: #E89A1A;
}
.BgClassName
{
background-color: #E89A1A;
}
</style>
border-color css
<style>
span { border-color: #E89A1A; }
span { border-color: rgb(232,154,26); }
td.TdClassName
{
border-color: #E89A1A;
}
.TagClassName
{
border-color: #E89A1A;
}
</style>