Shades of Gold #EED301
Tints of Gold #EED301
RGB
CMYK
RGB Variations
Color information
#EED301 (or 0xEED301) is known color: Gold. HEX triplet: EE, D3 and 01. RGB value is (238,211,1). Sum of RGB (Red+Green+Blue) = 238+211+1=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EED301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED301 is #112CFE. Grayscale: #C4C4C4. Windows color (decimal): -1125631 or 119790. OLE color: 119790.
HSL color Cylindrical-coordinate representation of color #EED301: hue angle of 53.16º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EED301 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.07 |
| HSL | 53.16º | 0.99% | 0.47% | - |
| HSV(B) | 53.16º | 1% | 0.93% | - |
| XYZ | 58.56 | 64.77 | 9.44 | - |
| YUV | 195.13 | 18.45 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 1 | 0 | 0.11 | 1.00 | 0.07 | 53.16 | 0.99 | 0.47 |
| Hex | EE | D3 | 1 | 0 | B | 64 | 7 | 35 | 63 | 2F |
| Octal | 356 | 323 | 1 | 0 | 13 | 144 | 7 | 65 | 143 | 57 |
| Binary | 11101110 | 11010011 | 1 | 0 | 1011 | 1100100 | 111 | 110101 | 1100011 | 101111 |
Color Harmonies of #EED301
Complementary color
Monochromatic Colors of #EED301
Black with #EED301
Text Example
Text Example
White with #EED301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED301; }
p { color: rgb(238,211,1); }
H1.HeaderClassName
{
color: #EED301;
}
.AnyTagClassName
{
color: #EED301;
}
</style>
background-color css
<style>
a { background-color: #EED301; }
a { background-color: rgb(238,211,1); }
div.DivClassName
{
background-color: #EED301;
}
.BgClassName
{
background-color: #EED301;
}
</style>
border-color css
<style>
span { border-color: #EED301; }
span { border-color: rgb(238,211,1); }
td.TdClassName
{
border-color: #EED301;
}
.TagClassName
{
border-color: #EED301;
}
</style>