Shades of Gamboge #E38E02
Tints of Gamboge #E38E02
RGB
CMYK
RGB Variations
Color information
#E38E02 (or 0xE38E02) is known color: Gamboge. HEX triplet: E3, 8E and 02. RGB value is (227,142,2). Sum of RGB (Red+Green+Blue) = 227+142+2=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38E02 is #1C71FD. Grayscale: #989898. Windows color (decimal): -1864190 or 167651. OLE color: 167651.
HSL color Cylindrical-coordinate representation of color #E38E02: hue angle of 37.33º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E38E02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.11 |
| HSL | 37.33º | 0.98% | 0.45% | - |
| HSV(B) | 37.33º | 0.99% | 0.89% | - |
| XYZ | 41.36 | 35.68 | 4.76 | - |
| YUV | 151.46 | 43.66 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 2 | 0 | 0.37 | 0.99 | 0.11 | 37.33 | 0.98 | 0.45 |
| Hex | E3 | 8E | 2 | 0 | 25 | 63 | B | 25 | 62 | 2D |
| Octal | 343 | 216 | 2 | 0 | 45 | 143 | 13 | 45 | 142 | 55 |
| Binary | 11100011 | 10001110 | 10 | 0 | 100101 | 1100011 | 1011 | 100101 | 1100010 | 101101 |
Color Harmonies of #E38E02
Complementary color
Monochromatic Colors of #E38E02
Black with #E38E02
Text Example
Text Example
White with #E38E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E02; }
p { color: rgb(227,142,2); }
H1.HeaderClassName
{
color: #E38E02;
}
.AnyTagClassName
{
color: #E38E02;
}
</style>
background-color css
<style>
a { background-color: #E38E02; }
a { background-color: rgb(227,142,2); }
div.DivClassName
{
background-color: #E38E02;
}
.BgClassName
{
background-color: #E38E02;
}
</style>
border-color css
<style>
span { border-color: #E38E02; }
span { border-color: rgb(227,142,2); }
td.TdClassName
{
border-color: #E38E02;
}
.TagClassName
{
border-color: #E38E02;
}
</style>