Shades of Gamboge #E18A0B
Tints of Gamboge #E18A0B
RGB
CMYK
RGB Variations
Color information
#E18A0B (or 0xE18A0B) is known color: Gamboge. HEX triplet: E1, 8A and 0B. RGB value is (225,138,11). Sum of RGB (Red+Green+Blue) = 225+138+11=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A0B is #1E75F4. Grayscale: #969696. Windows color (decimal): -1996277 or 756449. OLE color: 756449.
HSL color Cylindrical-coordinate representation of color #E18A0B: hue angle of 35.61º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E18A0B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.12 |
| HSL | 35.61º | 0.91% | 0.46% | - |
| HSV(B) | 35.61º | 0.95% | 0.88% | - |
| XYZ | 40.2 | 34.21 | 4.8 | - |
| YUV | 149.54 | 49.82 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 11 | 0 | 0.39 | 0.95 | 0.12 | 35.61 | 0.91 | 0.46 |
| Hex | E1 | 8A | B | 0 | 27 | 5F | C | 24 | 5B | 2E |
| Octal | 341 | 212 | 13 | 0 | 47 | 137 | 14 | 44 | 133 | 56 |
| Binary | 11100001 | 10001010 | 1011 | 0 | 100111 | 1011111 | 1100 | 100100 | 1011011 | 101110 |
Color Harmonies of #E18A0B
Complementary color
Monochromatic Colors of #E18A0B
Black with #E18A0B
Text Example
Text Example
White with #E18A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A0B; }
p { color: rgb(225,138,11); }
H1.HeaderClassName
{
color: #E18A0B;
}
.AnyTagClassName
{
color: #E18A0B;
}
</style>
background-color css
<style>
a { background-color: #E18A0B; }
a { background-color: rgb(225,138,11); }
div.DivClassName
{
background-color: #E18A0B;
}
.BgClassName
{
background-color: #E18A0B;
}
</style>
border-color css
<style>
span { border-color: #E18A0B; }
span { border-color: rgb(225,138,11); }
td.TdClassName
{
border-color: #E18A0B;
}
.TagClassName
{
border-color: #E18A0B;
}
</style>