Shades of Gold #EED302
Tints of Gold #EED302
RGB
CMYK
RGB Variations
Color information
#EED302 (or 0xEED302) is known color: Gold. HEX triplet: EE, D3 and 02. RGB value is (238,211,2). Sum of RGB (Red+Green+Blue) = 238+211+2=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EED302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED302 is #112CFD. Grayscale: #C4C4C4. Windows color (decimal): -1125630 or 185326. OLE color: 185326.
HSL color Cylindrical-coordinate representation of color #EED302: hue angle of 53.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EED302 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.07 |
| HSL | 53.14º | 0.98% | 0.47% | - |
| HSV(B) | 53.14º | 0.99% | 0.93% | - |
| XYZ | 58.57 | 64.77 | 9.47 | - |
| YUV | 195.25 | 18.95 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 2 | 0 | 0.11 | 0.99 | 0.07 | 53.14 | 0.98 | 0.47 |
| Hex | EE | D3 | 2 | 0 | B | 63 | 7 | 35 | 62 | 2F |
| Octal | 356 | 323 | 2 | 0 | 13 | 143 | 7 | 65 | 142 | 57 |
| Binary | 11101110 | 11010011 | 10 | 0 | 1011 | 1100011 | 111 | 110101 | 1100010 | 101111 |
Color Harmonies of #EED302
Complementary color
Monochromatic Colors of #EED302
Black with #EED302
Text Example
Text Example
White with #EED302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED302; }
p { color: rgb(238,211,2); }
H1.HeaderClassName
{
color: #EED302;
}
.AnyTagClassName
{
color: #EED302;
}
</style>
background-color css
<style>
a { background-color: #EED302; }
a { background-color: rgb(238,211,2); }
div.DivClassName
{
background-color: #EED302;
}
.BgClassName
{
background-color: #EED302;
}
</style>
border-color css
<style>
span { border-color: #EED302; }
span { border-color: rgb(238,211,2); }
td.TdClassName
{
border-color: #EED302;
}
.TagClassName
{
border-color: #EED302;
}
</style>