Shades of Gold #EAD501
Tints of Gold #EAD501
RGB
CMYK
RGB Variations
Color information
#EAD501 (or 0xEAD501) is known color: Gold. HEX triplet: EA, D5 and 01. RGB value is (234,213,1). Sum of RGB (Red+Green+Blue) = 234+213+1=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD501 is #152AFE. Grayscale: #C3C3C3. Windows color (decimal): -1387263 or 120298. OLE color: 120298.
HSL color Cylindrical-coordinate representation of color #EAD501: hue angle of 54.59º 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 #EAD501 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.08 |
| HSL | 54.59º | 0.99% | 0.46% | - |
| HSV(B) | 54.59º | 1% | 0.92% | - |
| XYZ | 57.73 | 65.08 | 9.55 | - |
| YUV | 195.11 | 18.46 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 1 | 0 | 0.09 | 1.00 | 0.08 | 54.59 | 0.99 | 0.46 |
| Hex | EA | D5 | 1 | 0 | 9 | 64 | 8 | 37 | 63 | 2E |
| Octal | 352 | 325 | 1 | 0 | 11 | 144 | 10 | 67 | 143 | 56 |
| Binary | 11101010 | 11010101 | 1 | 0 | 1001 | 1100100 | 1000 | 110111 | 1100011 | 101110 |
Color Harmonies of #EAD501
Complementary color
Monochromatic Colors of #EAD501
Black with #EAD501
Text Example
Text Example
White with #EAD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD501; }
p { color: rgb(234,213,1); }
H1.HeaderClassName
{
color: #EAD501;
}
.AnyTagClassName
{
color: #EAD501;
}
</style>
background-color css
<style>
a { background-color: #EAD501; }
a { background-color: rgb(234,213,1); }
div.DivClassName
{
background-color: #EAD501;
}
.BgClassName
{
background-color: #EAD501;
}
</style>
border-color css
<style>
span { border-color: #EAD501; }
span { border-color: rgb(234,213,1); }
td.TdClassName
{
border-color: #EAD501;
}
.TagClassName
{
border-color: #EAD501;
}
</style>