Shades of Gold #EAD100
Tints of Gold #EAD100
RGB
CMYK
RGB Variations
Color information
#EAD100 (or 0xEAD100) is known color: Gold. HEX triplet: EA, D1 and 00. RGB value is (234,209,0). Sum of RGB (Red+Green+Blue) = 234+209+0=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD100 is #152EFF. Grayscale: #C1C1C1. Windows color (decimal): -1388288 or 53738. OLE color: 53738.
HSL color Cylindrical-coordinate representation of color #EAD100: hue angle of 53.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAD100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.08 |
| HSL | 53.59º | 1% | 0.46% | - |
| HSV(B) | 53.59º | 1% | 0.92% | - |
| XYZ | 56.73 | 63.09 | 9.19 | - |
| YUV | 192.65 | 19.28 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 0 | 0 | 0.11 | 1 | 0.08 | 53.59 | 1 | 0.46 |
| Hex | EA | D1 | 0 | 0 | B | 64 | 8 | 36 | 64 | 2E |
| Octal | 352 | 321 | 0 | 0 | 13 | 144 | 10 | 66 | 144 | 56 |
| Binary | 11101010 | 11010001 | 0 | 0 | 1011 | 1100100 | 1000 | 110110 | 1100100 | 101110 |
Color Harmonies of #EAD100
Complementary color
Monochromatic Colors of #EAD100
Black with #EAD100
Text Example
Text Example
White with #EAD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD100; }
p { color: rgb(234,209,0); }
H1.HeaderClassName
{
color: #EAD100;
}
.AnyTagClassName
{
color: #EAD100;
}
</style>
background-color css
<style>
a { background-color: #EAD100; }
a { background-color: rgb(234,209,0); }
div.DivClassName
{
background-color: #EAD100;
}
.BgClassName
{
background-color: #EAD100;
}
</style>
border-color css
<style>
span { border-color: #EAD100; }
span { border-color: rgb(234,209,0); }
td.TdClassName
{
border-color: #EAD100;
}
.TagClassName
{
border-color: #EAD100;
}
</style>