Shades of Gamboge #EAA31C
Tints of Gamboge #EAA31C
RGB
CMYK
RGB Variations
Color information
#EAA31C (or 0xEAA31C) is known color: Gamboge. HEX triplet: EA, A3 and 1C. RGB value is (234,163,28). Sum of RGB (Red+Green+Blue) = 234+163+28=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA31C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA31C is #155CE3. Grayscale: #A9A9A9. Windows color (decimal): -1400036 or 1876970. OLE color: 1876970.
HSL color Cylindrical-coordinate representation of color #EAA31C: hue angle of 39.32º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAA31C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.08 |
| HSL | 39.32º | 0.83% | 0.51% | - |
| HSV(B) | 39.32º | 0.88% | 0.92% | - |
| XYZ | 47.24 | 43.77 | 7.06 | - |
| YUV | 168.84 | 48.52 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 28 | 0 | 0.30 | 0.88 | 0.08 | 39.32 | 0.83 | 0.51 |
| Hex | EA | A3 | 1C | 0 | 1E | 58 | 8 | 27 | 53 | 33 |
| Octal | 352 | 243 | 34 | 0 | 36 | 130 | 10 | 47 | 123 | 63 |
| Binary | 11101010 | 10100011 | 11100 | 0 | 11110 | 1011000 | 1000 | 100111 | 1010011 | 110011 |
Color Harmonies of #EAA31C
Complementary color
Monochromatic Colors of #EAA31C
Black with #EAA31C
Text Example
Text Example
White with #EAA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA31C; }
p { color: rgb(234,163,28); }
H1.HeaderClassName
{
color: #EAA31C;
}
.AnyTagClassName
{
color: #EAA31C;
}
</style>
background-color css
<style>
a { background-color: #EAA31C; }
a { background-color: rgb(234,163,28); }
div.DivClassName
{
background-color: #EAA31C;
}
.BgClassName
{
background-color: #EAA31C;
}
</style>
border-color css
<style>
span { border-color: #EAA31C; }
span { border-color: rgb(234,163,28); }
td.TdClassName
{
border-color: #EAA31C;
}
.TagClassName
{
border-color: #EAA31C;
}
</style>