Shades of Gamboge #E3AC0F
Tints of Gamboge #E3AC0F
RGB
CMYK
RGB Variations
Color information
#E3AC0F (or 0xE3AC0F) is known color: Gamboge. HEX triplet: E3, AC and 0F. RGB value is (227,172,15). Sum of RGB (Red+Green+Blue) = 227+172+15=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AC0F is #1C53F0. Grayscale: #ABABAB. Windows color (decimal): -1856497 or 1027299. OLE color: 1027299.
HSL color Cylindrical-coordinate representation of color #E3AC0F: hue angle of 44.43º 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 #E3AC0F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.11 |
| HSL | 44.43º | 0.88% | 0.47% | - |
| HSV(B) | 44.43º | 0.93% | 0.89% | - |
| XYZ | 46.52 | 45.87 | 6.85 | - |
| YUV | 170.55 | 40.22 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 15 | 0 | 0.24 | 0.93 | 0.11 | 44.43 | 0.88 | 0.47 |
| Hex | E3 | AC | F | 0 | 18 | 5D | B | 2C | 58 | 2F |
| Octal | 343 | 254 | 17 | 0 | 30 | 135 | 13 | 54 | 130 | 57 |
| Binary | 11100011 | 10101100 | 1111 | 0 | 11000 | 1011101 | 1011 | 101100 | 1011000 | 101111 |
Color Harmonies of #E3AC0F
Complementary color
Monochromatic Colors of #E3AC0F
Black with #E3AC0F
Text Example
Text Example
White with #E3AC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC0F; }
p { color: rgb(227,172,15); }
H1.HeaderClassName
{
color: #E3AC0F;
}
.AnyTagClassName
{
color: #E3AC0F;
}
</style>
background-color css
<style>
a { background-color: #E3AC0F; }
a { background-color: rgb(227,172,15); }
div.DivClassName
{
background-color: #E3AC0F;
}
.BgClassName
{
background-color: #E3AC0F;
}
</style>
border-color css
<style>
span { border-color: #E3AC0F; }
span { border-color: rgb(227,172,15); }
td.TdClassName
{
border-color: #E3AC0F;
}
.TagClassName
{
border-color: #E3AC0F;
}
</style>