Shades of Gold #EED30D
Tints of Gold #EED30D
RGB
CMYK
RGB Variations
Color information
#EED30D (or 0xEED30D) is known color: Gold. HEX triplet: EE, D3 and 0D. RGB value is (238,211,13). Sum of RGB (Red+Green+Blue) = 238+211+13=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EED30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED30D is #112CF2. Grayscale: #C5C5C5. Windows color (decimal): -1125619 or 906222. OLE color: 906222.
HSL color Cylindrical-coordinate representation of color #EED30D: hue angle of 52.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EED30D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 52.8º | 0.9% | 0.49% | - |
| HSV(B) | 52.8º | 0.95% | 0.93% | - |
| XYZ | 58.63 | 64.79 | 9.8 | - |
| YUV | 196.5 | 24.45 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 13 | 0 | 0.11 | 0.95 | 0.07 | 52.8 | 0.9 | 0.49 |
| Hex | EE | D3 | D | 0 | B | 5F | 7 | 35 | 5A | 31 |
| Octal | 356 | 323 | 15 | 0 | 13 | 137 | 7 | 65 | 132 | 61 |
| Binary | 11101110 | 11010011 | 1101 | 0 | 1011 | 1011111 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #EED30D
Complementary color
Monochromatic Colors of #EED30D
Black with #EED30D
Text Example
Text Example
White with #EED30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED30D; }
p { color: rgb(238,211,13); }
H1.HeaderClassName
{
color: #EED30D;
}
.AnyTagClassName
{
color: #EED30D;
}
</style>
background-color css
<style>
a { background-color: #EED30D; }
a { background-color: rgb(238,211,13); }
div.DivClassName
{
background-color: #EED30D;
}
.BgClassName
{
background-color: #EED30D;
}
</style>
border-color css
<style>
span { border-color: #EED30D; }
span { border-color: rgb(238,211,13); }
td.TdClassName
{
border-color: #EED30D;
}
.TagClassName
{
border-color: #EED30D;
}
</style>