Shades of Gamboge #E3A60B
Tints of Gamboge #E3A60B
RGB
CMYK
RGB Variations
Color information
#E3A60B (or 0xE3A60B) is known color: Gamboge. HEX triplet: E3, A6 and 0B. RGB value is (227,166,11). Sum of RGB (Red+Green+Blue) = 227+166+11=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A60B is #1C59F4. Grayscale: #A7A7A7. Windows color (decimal): -1858037 or 763619. OLE color: 763619.
HSL color Cylindrical-coordinate representation of color #E3A60B: hue angle of 43.06º 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 #E3A60B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.11 |
| HSL | 43.06º | 0.91% | 0.47% | - |
| HSV(B) | 43.06º | 0.95% | 0.89% | - |
| XYZ | 45.38 | 43.63 | 6.35 | - |
| YUV | 166.57 | 40.21 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 11 | 0 | 0.27 | 0.95 | 0.11 | 43.06 | 0.91 | 0.47 |
| Hex | E3 | A6 | B | 0 | 1B | 5F | B | 2B | 5B | 2F |
| Octal | 343 | 246 | 13 | 0 | 33 | 137 | 13 | 53 | 133 | 57 |
| Binary | 11100011 | 10100110 | 1011 | 0 | 11011 | 1011111 | 1011 | 101011 | 1011011 | 101111 |
Color Harmonies of #E3A60B
Complementary color
Monochromatic Colors of #E3A60B
Black with #E3A60B
Text Example
Text Example
White with #E3A60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A60B; }
p { color: rgb(227,166,11); }
H1.HeaderClassName
{
color: #E3A60B;
}
.AnyTagClassName
{
color: #E3A60B;
}
</style>
background-color css
<style>
a { background-color: #E3A60B; }
a { background-color: rgb(227,166,11); }
div.DivClassName
{
background-color: #E3A60B;
}
.BgClassName
{
background-color: #E3A60B;
}
</style>
border-color css
<style>
span { border-color: #E3A60B; }
span { border-color: rgb(227,166,11); }
td.TdClassName
{
border-color: #E3A60B;
}
.TagClassName
{
border-color: #E3A60B;
}
</style>