Shades of Gold #EED304
Tints of Gold #EED304
RGB
CMYK
RGB Variations
Color information
#EED304 (or 0xEED304) is known color: Gold. HEX triplet: EE, D3 and 04. RGB value is (238,211,4). Sum of RGB (Red+Green+Blue) = 238+211+4=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EED304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED304 is #112CFB. Grayscale: #C4C4C4. Windows color (decimal): -1125628 or 316398. OLE color: 316398.
HSL color Cylindrical-coordinate representation of color #EED304: hue angle of 53.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EED304 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.07 |
| HSL | 53.08º | 0.97% | 0.47% | - |
| HSV(B) | 53.08º | 0.98% | 0.93% | - |
| XYZ | 58.58 | 64.77 | 9.53 | - |
| YUV | 195.48 | 19.95 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 4 | 0 | 0.11 | 0.98 | 0.07 | 53.08 | 0.97 | 0.47 |
| Hex | EE | D3 | 4 | 0 | B | 62 | 7 | 35 | 61 | 2F |
| Octal | 356 | 323 | 4 | 0 | 13 | 142 | 7 | 65 | 141 | 57 |
| Binary | 11101110 | 11010011 | 100 | 0 | 1011 | 1100010 | 111 | 110101 | 1100001 | 101111 |
Color Harmonies of #EED304
Complementary color
Monochromatic Colors of #EED304
Black with #EED304
Text Example
Text Example
White with #EED304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED304; }
p { color: rgb(238,211,4); }
H1.HeaderClassName
{
color: #EED304;
}
.AnyTagClassName
{
color: #EED304;
}
</style>
background-color css
<style>
a { background-color: #EED304; }
a { background-color: rgb(238,211,4); }
div.DivClassName
{
background-color: #EED304;
}
.BgClassName
{
background-color: #EED304;
}
</style>
border-color css
<style>
span { border-color: #EED304; }
span { border-color: rgb(238,211,4); }
td.TdClassName
{
border-color: #EED304;
}
.TagClassName
{
border-color: #EED304;
}
</style>