Shades of Gold #EAD300
Tints of Gold #EAD300
RGB
CMYK
RGB Variations
Color information
#EAD300 (or 0xEAD300) is known color: Gold. HEX triplet: EA, D3 and 00. RGB value is (234,211,0). Sum of RGB (Red+Green+Blue) = 234+211+0=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD300 is #152CFF. Grayscale: #C2C2C2. Windows color (decimal): -1387776 or 54250. OLE color: 54250.
HSL color Cylindrical-coordinate representation of color #EAD300: hue angle of 54.1º 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 #EAD300 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.08 |
| HSL | 54.1º | 1% | 0.46% | - |
| HSV(B) | 54.1º | 1% | 0.92% | - |
| XYZ | 57.23 | 64.08 | 9.35 | - |
| YUV | 193.82 | 18.62 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 0 | 0 | 0.10 | 1 | 0.08 | 54.1 | 1 | 0.46 |
| Hex | EA | D3 | 0 | 0 | A | 64 | 8 | 36 | 64 | 2E |
| Octal | 352 | 323 | 0 | 0 | 12 | 144 | 10 | 66 | 144 | 56 |
| Binary | 11101010 | 11010011 | 0 | 0 | 1010 | 1100100 | 1000 | 110110 | 1100100 | 101110 |
Color Harmonies of #EAD300
Complementary color
Monochromatic Colors of #EAD300
Black with #EAD300
Text Example
Text Example
White with #EAD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD300; }
p { color: rgb(234,211,0); }
H1.HeaderClassName
{
color: #EAD300;
}
.AnyTagClassName
{
color: #EAD300;
}
</style>
background-color css
<style>
a { background-color: #EAD300; }
a { background-color: rgb(234,211,0); }
div.DivClassName
{
background-color: #EAD300;
}
.BgClassName
{
background-color: #EAD300;
}
</style>
border-color css
<style>
span { border-color: #EAD300; }
span { border-color: rgb(234,211,0); }
td.TdClassName
{
border-color: #EAD300;
}
.TagClassName
{
border-color: #EAD300;
}
</style>