Shades of Gold #EAD10C
Tints of Gold #EAD10C
RGB
CMYK
RGB Variations
Color information
#EAD10C (or 0xEAD10C) is known color: Gold. HEX triplet: EA, D1 and 0C. RGB value is (234,209,12). Sum of RGB (Red+Green+Blue) = 234+209+12=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD10C is #152EF3. Grayscale: #C2C2C2. Windows color (decimal): -1388276 or 840170. OLE color: 840170.
HSL color Cylindrical-coordinate representation of color #EAD10C: hue angle of 53.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAD10C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.08 |
| HSL | 53.24º | 0.9% | 0.48% | - |
| HSV(B) | 53.24º | 0.95% | 0.92% | - |
| XYZ | 56.8 | 63.12 | 9.54 | - |
| YUV | 194.02 | 25.28 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 12 | 0 | 0.11 | 0.95 | 0.08 | 53.24 | 0.9 | 0.48 |
| Hex | EA | D1 | C | 0 | B | 5F | 8 | 35 | 5A | 30 |
| Octal | 352 | 321 | 14 | 0 | 13 | 137 | 10 | 65 | 132 | 60 |
| Binary | 11101010 | 11010001 | 1100 | 0 | 1011 | 1011111 | 1000 | 110101 | 1011010 | 110000 |
Color Harmonies of #EAD10C
Complementary color
Monochromatic Colors of #EAD10C
Black with #EAD10C
Text Example
Text Example
White with #EAD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD10C; }
p { color: rgb(234,209,12); }
H1.HeaderClassName
{
color: #EAD10C;
}
.AnyTagClassName
{
color: #EAD10C;
}
</style>
background-color css
<style>
a { background-color: #EAD10C; }
a { background-color: rgb(234,209,12); }
div.DivClassName
{
background-color: #EAD10C;
}
.BgClassName
{
background-color: #EAD10C;
}
</style>
border-color css
<style>
span { border-color: #EAD10C; }
span { border-color: rgb(234,209,12); }
td.TdClassName
{
border-color: #EAD10C;
}
.TagClassName
{
border-color: #EAD10C;
}
</style>