Shades of Gamboge #EA8E11
Tints of Gamboge #EA8E11
RGB
CMYK
RGB Variations
Color information
#EA8E11 (or 0xEA8E11) is known color: Gamboge. HEX triplet: EA, 8E and 11. RGB value is (234,142,17). Sum of RGB (Red+Green+Blue) = 234+142+17=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8E11 is #1571EE. Grayscale: #9B9B9B. Windows color (decimal): -1405423 or 1150698. OLE color: 1150698.
HSL color Cylindrical-coordinate representation of color #EA8E11: hue angle of 34.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA8E11 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.08 |
| HSL | 34.56º | 0.86% | 0.49% | - |
| HSV(B) | 34.56º | 0.93% | 0.92% | - |
| XYZ | 43.71 | 36.88 | 5.35 | - |
| YUV | 155.26 | 49.98 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 17 | 0 | 0.39 | 0.93 | 0.08 | 34.56 | 0.86 | 0.49 |
| Hex | EA | 8E | 11 | 0 | 27 | 5D | 8 | 23 | 56 | 31 |
| Octal | 352 | 216 | 21 | 0 | 47 | 135 | 10 | 43 | 126 | 61 |
| Binary | 11101010 | 10001110 | 10001 | 0 | 100111 | 1011101 | 1000 | 100011 | 1010110 | 110001 |
Color Harmonies of #EA8E11
Complementary color
Monochromatic Colors of #EA8E11
Black with #EA8E11
Text Example
Text Example
White with #EA8E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E11; }
p { color: rgb(234,142,17); }
H1.HeaderClassName
{
color: #EA8E11;
}
.AnyTagClassName
{
color: #EA8E11;
}
</style>
background-color css
<style>
a { background-color: #EA8E11; }
a { background-color: rgb(234,142,17); }
div.DivClassName
{
background-color: #EA8E11;
}
.BgClassName
{
background-color: #EA8E11;
}
</style>
border-color css
<style>
span { border-color: #EA8E11; }
span { border-color: rgb(234,142,17); }
td.TdClassName
{
border-color: #EA8E11;
}
.TagClassName
{
border-color: #EA8E11;
}
</style>