Shades of Gamboge #E48A0B
Tints of Gamboge #E48A0B
RGB
CMYK
RGB Variations
Color information
#E48A0B (or 0xE48A0B) is known color: Gamboge. HEX triplet: E4, 8A and 0B. RGB value is (228,138,11). Sum of RGB (Red+Green+Blue) = 228+138+11=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48A0B is #1B75F4. Grayscale: #979797. Windows color (decimal): -1799669 or 756452. OLE color: 756452.
HSL color Cylindrical-coordinate representation of color #E48A0B: hue angle of 35.12º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E48A0B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.11 |
| HSL | 35.12º | 0.91% | 0.47% | - |
| HSV(B) | 35.12º | 0.95% | 0.89% | - |
| XYZ | 41.14 | 34.7 | 4.84 | - |
| YUV | 150.43 | 49.32 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 11 | 0 | 0.39 | 0.95 | 0.11 | 35.12 | 0.91 | 0.47 |
| Hex | E4 | 8A | B | 0 | 27 | 5F | B | 23 | 5B | 2F |
| Octal | 344 | 212 | 13 | 0 | 47 | 137 | 13 | 43 | 133 | 57 |
| Binary | 11100100 | 10001010 | 1011 | 0 | 100111 | 1011111 | 1011 | 100011 | 1011011 | 101111 |
Color Harmonies of #E48A0B
Complementary color
Monochromatic Colors of #E48A0B
Black with #E48A0B
Text Example
Text Example
White with #E48A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A0B; }
p { color: rgb(228,138,11); }
H1.HeaderClassName
{
color: #E48A0B;
}
.AnyTagClassName
{
color: #E48A0B;
}
</style>
background-color css
<style>
a { background-color: #E48A0B; }
a { background-color: rgb(228,138,11); }
div.DivClassName
{
background-color: #E48A0B;
}
.BgClassName
{
background-color: #E48A0B;
}
</style>
border-color css
<style>
span { border-color: #E48A0B; }
span { border-color: rgb(228,138,11); }
td.TdClassName
{
border-color: #E48A0B;
}
.TagClassName
{
border-color: #E48A0B;
}
</style>