Shades of Gamboge #E69015
Tints of Gamboge #E69015
RGB
CMYK
RGB Variations
Color information
#E69015 (or 0xE69015) is known color: Gamboge. HEX triplet: E6, 90 and 15. RGB value is (230,144,21). Sum of RGB (Red+Green+Blue) = 230+144+21=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E69015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69015 is #196FEA. Grayscale: #9C9C9C. Windows color (decimal): -1667051 or 1413350. OLE color: 1413350.
HSL color Cylindrical-coordinate representation of color #E69015: hue angle of 35.31º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E69015 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 21 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.10 |
| HSL | 35.31º | 0.83% | 0.49% | - |
| HSV(B) | 35.31º | 0.91% | 0.9% | - |
| XYZ | 42.74 | 36.82 | 5.56 | - |
| YUV | 155.69 | 51.99 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 21 | 0 | 0.37 | 0.91 | 0.10 | 35.31 | 0.83 | 0.49 |
| Hex | E6 | 90 | 15 | 0 | 25 | 5B | A | 23 | 53 | 31 |
| Octal | 346 | 220 | 25 | 0 | 45 | 133 | 12 | 43 | 123 | 61 |
| Binary | 11100110 | 10010000 | 10101 | 0 | 100101 | 1011011 | 1010 | 100011 | 1010011 | 110001 |
Color Harmonies of #E69015
Complementary color
Monochromatic Colors of #E69015
Black with #E69015
Text Example
Text Example
White with #E69015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69015; }
p { color: rgb(230,144,21); }
H1.HeaderClassName
{
color: #E69015;
}
.AnyTagClassName
{
color: #E69015;
}
</style>
background-color css
<style>
a { background-color: #E69015; }
a { background-color: rgb(230,144,21); }
div.DivClassName
{
background-color: #E69015;
}
.BgClassName
{
background-color: #E69015;
}
</style>
border-color css
<style>
span { border-color: #E69015; }
span { border-color: rgb(230,144,21); }
td.TdClassName
{
border-color: #E69015;
}
.TagClassName
{
border-color: #E69015;
}
</style>