Shades of Gamboge #EA8F12
Tints of Gamboge #EA8F12
RGB
CMYK
RGB Variations
Color information
#EA8F12 (or 0xEA8F12) is known color: Gamboge. HEX triplet: EA, 8F and 12. RGB value is (234,143,18). Sum of RGB (Red+Green+Blue) = 234+143+18=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F12 is #1570ED. Grayscale: #9C9C9C. Windows color (decimal): -1405166 or 1216490. OLE color: 1216490.
HSL color Cylindrical-coordinate representation of color #EA8F12: hue angle of 34.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA8F12 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.08 |
| HSL | 34.72º | 0.86% | 0.49% | - |
| HSV(B) | 34.72º | 0.92% | 0.92% | - |
| XYZ | 43.86 | 37.18 | 5.44 | - |
| YUV | 155.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 18 | 0 | 0.39 | 0.92 | 0.08 | 34.72 | 0.86 | 0.49 |
| Hex | EA | 8F | 12 | 0 | 27 | 5C | 8 | 23 | 56 | 31 |
| Octal | 352 | 217 | 22 | 0 | 47 | 134 | 10 | 43 | 126 | 61 |
| Binary | 11101010 | 10001111 | 10010 | 0 | 100111 | 1011100 | 1000 | 100011 | 1010110 | 110001 |
Color Harmonies of #EA8F12
Complementary color
Monochromatic Colors of #EA8F12
Black with #EA8F12
Text Example
Text Example
White with #EA8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F12; }
p { color: rgb(234,143,18); }
H1.HeaderClassName
{
color: #EA8F12;
}
.AnyTagClassName
{
color: #EA8F12;
}
</style>
background-color css
<style>
a { background-color: #EA8F12; }
a { background-color: rgb(234,143,18); }
div.DivClassName
{
background-color: #EA8F12;
}
.BgClassName
{
background-color: #EA8F12;
}
</style>
border-color css
<style>
span { border-color: #EA8F12; }
span { border-color: rgb(234,143,18); }
td.TdClassName
{
border-color: #EA8F12;
}
.TagClassName
{
border-color: #EA8F12;
}
</style>