Shades of Gold #EAD301
Tints of Gold #EAD301
RGB
CMYK
RGB Variations
Color information
#EAD301 (or 0xEAD301) is known color: Gold. HEX triplet: EA, D3 and 01. RGB value is (234,211,1). Sum of RGB (Red+Green+Blue) = 234+211+1=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD301 is #152CFE. Grayscale: #C2C2C2. Windows color (decimal): -1387775 or 119786. OLE color: 119786.
HSL color Cylindrical-coordinate representation of color #EAD301: hue angle of 54.08º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAD301 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.08 |
| HSL | 54.08º | 0.99% | 0.46% | - |
| HSV(B) | 54.08º | 1% | 0.92% | - |
| XYZ | 57.23 | 64.08 | 9.38 | - |
| YUV | 193.94 | 19.12 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 1 | 0 | 0.10 | 1.00 | 0.08 | 54.08 | 0.99 | 0.46 |
| Hex | EA | D3 | 1 | 0 | A | 64 | 8 | 36 | 63 | 2E |
| Octal | 352 | 323 | 1 | 0 | 12 | 144 | 10 | 66 | 143 | 56 |
| Binary | 11101010 | 11010011 | 1 | 0 | 1010 | 1100100 | 1000 | 110110 | 1100011 | 101110 |
Color Harmonies of #EAD301
Complementary color
Monochromatic Colors of #EAD301
Black with #EAD301
Text Example
Text Example
White with #EAD301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD301; }
p { color: rgb(234,211,1); }
H1.HeaderClassName
{
color: #EAD301;
}
.AnyTagClassName
{
color: #EAD301;
}
</style>
background-color css
<style>
a { background-color: #EAD301; }
a { background-color: rgb(234,211,1); }
div.DivClassName
{
background-color: #EAD301;
}
.BgClassName
{
background-color: #EAD301;
}
</style>
border-color css
<style>
span { border-color: #EAD301; }
span { border-color: rgb(234,211,1); }
td.TdClassName
{
border-color: #EAD301;
}
.TagClassName
{
border-color: #EAD301;
}
</style>