Shades of Gold #EAD30C
Tints of Gold #EAD30C
RGB
CMYK
RGB Variations
Color information
#EAD30C (or 0xEAD30C) is known color: Gold. HEX triplet: EA, D3 and 0C. RGB value is (234,211,12). Sum of RGB (Red+Green+Blue) = 234+211+12=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD30C is #152CF3. Grayscale: #C4C4C4. Windows color (decimal): -1387764 or 840682. OLE color: 840682.
HSL color Cylindrical-coordinate representation of color #EAD30C: hue angle of 53.78º 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 #EAD30C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.08 |
| HSL | 53.78º | 0.9% | 0.48% | - |
| HSV(B) | 53.78º | 0.95% | 0.92% | - |
| XYZ | 57.29 | 64.11 | 9.7 | - |
| YUV | 195.19 | 24.62 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 12 | 0 | 0.10 | 0.95 | 0.08 | 53.78 | 0.9 | 0.48 |
| Hex | EA | D3 | C | 0 | A | 5F | 8 | 36 | 5A | 30 |
| Octal | 352 | 323 | 14 | 0 | 12 | 137 | 10 | 66 | 132 | 60 |
| Binary | 11101010 | 11010011 | 1100 | 0 | 1010 | 1011111 | 1000 | 110110 | 1011010 | 110000 |
Color Harmonies of #EAD30C
Complementary color
Monochromatic Colors of #EAD30C
Black with #EAD30C
Text Example
Text Example
White with #EAD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD30C; }
p { color: rgb(234,211,12); }
H1.HeaderClassName
{
color: #EAD30C;
}
.AnyTagClassName
{
color: #EAD30C;
}
</style>
background-color css
<style>
a { background-color: #EAD30C; }
a { background-color: rgb(234,211,12); }
div.DivClassName
{
background-color: #EAD30C;
}
.BgClassName
{
background-color: #EAD30C;
}
</style>
border-color css
<style>
span { border-color: #EAD30C; }
span { border-color: rgb(234,211,12); }
td.TdClassName
{
border-color: #EAD30C;
}
.TagClassName
{
border-color: #EAD30C;
}
</style>