Shades of Gold #EAD407
Tints of Gold #EAD407
RGB
CMYK
RGB Variations
Color information
#EAD407 (or 0xEAD407) is known color: Gold. HEX triplet: EA, D4 and 07. RGB value is (234,212,7). Sum of RGB (Red+Green+Blue) = 234+212+7=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 7 (3.12% from 255 or 1.55% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD407 is #152BF8. Grayscale: #C4C4C4. Windows color (decimal): -1387513 or 513258. OLE color: 513258.
HSL color Cylindrical-coordinate representation of color #EAD407: hue angle of 54.19º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAD407 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.08 |
| HSL | 54.19º | 0.94% | 0.47% | - |
| HSV(B) | 54.19º | 0.97% | 0.92% | - |
| XYZ | 57.51 | 64.59 | 9.64 | - |
| YUV | 195.21 | 21.79 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 7 | 0 | 0.09 | 0.97 | 0.08 | 54.19 | 0.94 | 0.47 |
| Hex | EA | D4 | 7 | 0 | 9 | 61 | 8 | 36 | 5E | 2F |
| Octal | 352 | 324 | 7 | 0 | 11 | 141 | 10 | 66 | 136 | 57 |
| Binary | 11101010 | 11010100 | 111 | 0 | 1001 | 1100001 | 1000 | 110110 | 1011110 | 101111 |
Color Harmonies of #EAD407
Complementary color
Monochromatic Colors of #EAD407
Black with #EAD407
Text Example
Text Example
White with #EAD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD407; }
p { color: rgb(234,212,7); }
H1.HeaderClassName
{
color: #EAD407;
}
.AnyTagClassName
{
color: #EAD407;
}
</style>
background-color css
<style>
a { background-color: #EAD407; }
a { background-color: rgb(234,212,7); }
div.DivClassName
{
background-color: #EAD407;
}
.BgClassName
{
background-color: #EAD407;
}
</style>
border-color css
<style>
span { border-color: #EAD407; }
span { border-color: rgb(234,212,7); }
td.TdClassName
{
border-color: #EAD407;
}
.TagClassName
{
border-color: #EAD407;
}
</style>