Shades of Gold #EAD201
Tints of Gold #EAD201
RGB
CMYK
RGB Variations
Color information
#EAD201 (or 0xEAD201) is known color: Gold. HEX triplet: EA, D2 and 01. RGB value is (234,210,1). Sum of RGB (Red+Green+Blue) = 234+210+1=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD201 is #152DFE. Grayscale: #C2C2C2. Windows color (decimal): -1388031 or 119530. OLE color: 119530.
HSL color Cylindrical-coordinate representation of color #EAD201: hue angle of 53.82º 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 #EAD201 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.08 |
| HSL | 53.82º | 0.99% | 0.46% | - |
| HSV(B) | 53.82º | 1% | 0.92% | - |
| XYZ | 56.98 | 63.59 | 9.3 | - |
| YUV | 193.35 | 19.45 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 1 | 0 | 0.10 | 1.00 | 0.08 | 53.82 | 0.99 | 0.46 |
| Hex | EA | D2 | 1 | 0 | A | 64 | 8 | 36 | 63 | 2E |
| Octal | 352 | 322 | 1 | 0 | 12 | 144 | 10 | 66 | 143 | 56 |
| Binary | 11101010 | 11010010 | 1 | 0 | 1010 | 1100100 | 1000 | 110110 | 1100011 | 101110 |
Color Harmonies of #EAD201
Complementary color
Monochromatic Colors of #EAD201
Black with #EAD201
Text Example
Text Example
White with #EAD201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD201; }
p { color: rgb(234,210,1); }
H1.HeaderClassName
{
color: #EAD201;
}
.AnyTagClassName
{
color: #EAD201;
}
</style>
background-color css
<style>
a { background-color: #EAD201; }
a { background-color: rgb(234,210,1); }
div.DivClassName
{
background-color: #EAD201;
}
.BgClassName
{
background-color: #EAD201;
}
</style>
border-color css
<style>
span { border-color: #EAD201; }
span { border-color: rgb(234,210,1); }
td.TdClassName
{
border-color: #EAD201;
}
.TagClassName
{
border-color: #EAD201;
}
</style>