Shades of Gamboge #E3880F
Tints of Gamboge #E3880F
RGB
CMYK
RGB Variations
Color information
#E3880F (or 0xE3880F) is known color: Gamboge. HEX triplet: E3, 88 and 0F. RGB value is (227,136,15). Sum of RGB (Red+Green+Blue) = 227+136+15=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E3880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3880F is #1C77F0. Grayscale: #959595. Windows color (decimal): -1865713 or 1018083. OLE color: 1018083.
HSL color Cylindrical-coordinate representation of color #E3880F: hue angle of 34.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3880F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.11 |
| HSL | 34.25º | 0.88% | 0.47% | - |
| HSV(B) | 34.25º | 0.93% | 0.89% | - |
| XYZ | 40.57 | 33.97 | 4.87 | - |
| YUV | 149.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 15 | 0 | 0.40 | 0.93 | 0.11 | 34.25 | 0.88 | 0.47 |
| Hex | E3 | 88 | F | 0 | 28 | 5D | B | 22 | 58 | 2F |
| Octal | 343 | 210 | 17 | 0 | 50 | 135 | 13 | 42 | 130 | 57 |
| Binary | 11100011 | 10001000 | 1111 | 0 | 101000 | 1011101 | 1011 | 100010 | 1011000 | 101111 |
Color Harmonies of #E3880F
Complementary color
Monochromatic Colors of #E3880F
Black with #E3880F
Text Example
Text Example
White with #E3880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3880F; }
p { color: rgb(227,136,15); }
H1.HeaderClassName
{
color: #E3880F;
}
.AnyTagClassName
{
color: #E3880F;
}
</style>
background-color css
<style>
a { background-color: #E3880F; }
a { background-color: rgb(227,136,15); }
div.DivClassName
{
background-color: #E3880F;
}
.BgClassName
{
background-color: #E3880F;
}
</style>
border-color css
<style>
span { border-color: #E3880F; }
span { border-color: rgb(227,136,15); }
td.TdClassName
{
border-color: #E3880F;
}
.TagClassName
{
border-color: #E3880F;
}
</style>