Shades of Gamboge #EAA41C
Tints of Gamboge #EAA41C
RGB
CMYK
RGB Variations
Color information
#EAA41C (or 0xEAA41C) is known color: Gamboge. HEX triplet: EA, A4 and 1C. RGB value is (234,164,28). Sum of RGB (Red+Green+Blue) = 234+164+28=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA41C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA41C is #155BE3. Grayscale: #AAAAAA. Windows color (decimal): -1399780 or 1877226. OLE color: 1877226.
HSL color Cylindrical-coordinate representation of color #EAA41C: hue angle of 39.61º 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 #EAA41C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.08 |
| HSL | 39.61º | 0.83% | 0.51% | - |
| HSV(B) | 39.61º | 0.88% | 0.92% | - |
| XYZ | 47.42 | 44.13 | 7.12 | - |
| YUV | 169.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 28 | 0 | 0.30 | 0.88 | 0.08 | 39.61 | 0.83 | 0.51 |
| Hex | EA | A4 | 1C | 0 | 1E | 58 | 8 | 28 | 53 | 33 |
| Octal | 352 | 244 | 34 | 0 | 36 | 130 | 10 | 50 | 123 | 63 |
| Binary | 11101010 | 10100100 | 11100 | 0 | 11110 | 1011000 | 1000 | 101000 | 1010011 | 110011 |
Color Harmonies of #EAA41C
Complementary color
Monochromatic Colors of #EAA41C
Black with #EAA41C
Text Example
Text Example
White with #EAA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA41C; }
p { color: rgb(234,164,28); }
H1.HeaderClassName
{
color: #EAA41C;
}
.AnyTagClassName
{
color: #EAA41C;
}
</style>
background-color css
<style>
a { background-color: #EAA41C; }
a { background-color: rgb(234,164,28); }
div.DivClassName
{
background-color: #EAA41C;
}
.BgClassName
{
background-color: #EAA41C;
}
</style>
border-color css
<style>
span { border-color: #EAA41C; }
span { border-color: rgb(234,164,28); }
td.TdClassName
{
border-color: #EAA41C;
}
.TagClassName
{
border-color: #EAA41C;
}
</style>