Shades of Gold #EAD305
Tints of Gold #EAD305
RGB
CMYK
RGB Variations
Color information
#EAD305 (or 0xEAD305) is known color: Gold. HEX triplet: EA, D3 and 05. RGB value is (234,211,5). Sum of RGB (Red+Green+Blue) = 234+211+5=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD305 is #152CFA. Grayscale: #C3C3C3. Windows color (decimal): -1387771 or 381930. OLE color: 381930.
HSL color Cylindrical-coordinate representation of color #EAD305: hue angle of 53.97º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAD305 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.08 |
| HSL | 53.97º | 0.96% | 0.47% | - |
| HSV(B) | 53.97º | 0.98% | 0.92% | - |
| XYZ | 57.25 | 64.09 | 9.5 | - |
| YUV | 194.39 | 21.12 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 5 | 0 | 0.10 | 0.98 | 0.08 | 53.97 | 0.96 | 0.47 |
| Hex | EA | D3 | 5 | 0 | A | 62 | 8 | 36 | 60 | 2F |
| Octal | 352 | 323 | 5 | 0 | 12 | 142 | 10 | 66 | 140 | 57 |
| Binary | 11101010 | 11010011 | 101 | 0 | 1010 | 1100010 | 1000 | 110110 | 1100000 | 101111 |
Color Harmonies of #EAD305
Complementary color
Monochromatic Colors of #EAD305
Black with #EAD305
Text Example
Text Example
White with #EAD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD305; }
p { color: rgb(234,211,5); }
H1.HeaderClassName
{
color: #EAD305;
}
.AnyTagClassName
{
color: #EAD305;
}
</style>
background-color css
<style>
a { background-color: #EAD305; }
a { background-color: rgb(234,211,5); }
div.DivClassName
{
background-color: #EAD305;
}
.BgClassName
{
background-color: #EAD305;
}
</style>
border-color css
<style>
span { border-color: #EAD305; }
span { border-color: rgb(234,211,5); }
td.TdClassName
{
border-color: #EAD305;
}
.TagClassName
{
border-color: #EAD305;
}
</style>