Shades of Gold #EAD302
Tints of Gold #EAD302
RGB
CMYK
RGB Variations
Color information
#EAD302 (or 0xEAD302) is known color: Gold. HEX triplet: EA, D3 and 02. RGB value is (234,211,2). Sum of RGB (Red+Green+Blue) = 234+211+2=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD302 is #152CFD. Grayscale: #C2C2C2. Windows color (decimal): -1387774 or 185322. OLE color: 185322.
HSL color Cylindrical-coordinate representation of color #EAD302: hue angle of 54.05º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAD302 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.08 |
| HSL | 54.05º | 0.98% | 0.46% | - |
| HSV(B) | 54.05º | 0.99% | 0.92% | - |
| XYZ | 57.24 | 64.09 | 9.41 | - |
| YUV | 194.05 | 19.62 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 2 | 0 | 0.10 | 0.99 | 0.08 | 54.05 | 0.98 | 0.46 |
| Hex | EA | D3 | 2 | 0 | A | 63 | 8 | 36 | 62 | 2E |
| Octal | 352 | 323 | 2 | 0 | 12 | 143 | 10 | 66 | 142 | 56 |
| Binary | 11101010 | 11010011 | 10 | 0 | 1010 | 1100011 | 1000 | 110110 | 1100010 | 101110 |
Color Harmonies of #EAD302
Complementary color
Monochromatic Colors of #EAD302
Black with #EAD302
Text Example
Text Example
White with #EAD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD302; }
p { color: rgb(234,211,2); }
H1.HeaderClassName
{
color: #EAD302;
}
.AnyTagClassName
{
color: #EAD302;
}
</style>
background-color css
<style>
a { background-color: #EAD302; }
a { background-color: rgb(234,211,2); }
div.DivClassName
{
background-color: #EAD302;
}
.BgClassName
{
background-color: #EAD302;
}
</style>
border-color css
<style>
span { border-color: #EAD302; }
span { border-color: rgb(234,211,2); }
td.TdClassName
{
border-color: #EAD302;
}
.TagClassName
{
border-color: #EAD302;
}
</style>