Shades of Gamboge #E6A40F
Tints of Gamboge #E6A40F
RGB
CMYK
RGB Variations
Color information
#E6A40F (or 0xE6A40F) is known color: Gamboge. HEX triplet: E6, A4 and 0F. RGB value is (230,164,15). Sum of RGB (Red+Green+Blue) = 230+164+15=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A40F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A40F is #195BF0. Grayscale: #A7A7A7. Windows color (decimal): -1661937 or 1025254. OLE color: 1025254.
HSL color Cylindrical-coordinate representation of color #E6A40F: hue angle of 41.58º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6A40F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 15 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.10 |
| HSL | 41.58º | 0.88% | 0.48% | - |
| HSV(B) | 41.58º | 0.93% | 0.9% | - |
| XYZ | 45.99 | 43.41 | 6.41 | - |
| YUV | 166.75 | 42.37 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 15 | 0 | 0.29 | 0.93 | 0.10 | 41.58 | 0.88 | 0.48 |
| Hex | E6 | A4 | F | 0 | 1D | 5D | A | 2A | 58 | 30 |
| Octal | 346 | 244 | 17 | 0 | 35 | 135 | 12 | 52 | 130 | 60 |
| Binary | 11100110 | 10100100 | 1111 | 0 | 11101 | 1011101 | 1010 | 101010 | 1011000 | 110000 |
Color Harmonies of #E6A40F
Complementary color
Monochromatic Colors of #E6A40F
Black with #E6A40F
Text Example
Text Example
White with #E6A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A40F; }
p { color: rgb(230,164,15); }
H1.HeaderClassName
{
color: #E6A40F;
}
.AnyTagClassName
{
color: #E6A40F;
}
</style>
background-color css
<style>
a { background-color: #E6A40F; }
a { background-color: rgb(230,164,15); }
div.DivClassName
{
background-color: #E6A40F;
}
.BgClassName
{
background-color: #E6A40F;
}
</style>
border-color css
<style>
span { border-color: #E6A40F; }
span { border-color: rgb(230,164,15); }
td.TdClassName
{
border-color: #E6A40F;
}
.TagClassName
{
border-color: #E6A40F;
}
</style>