Shades of Gold #EED303
Tints of Gold #EED303
RGB
CMYK
RGB Variations
Color information
#EED303 (or 0xEED303) is known color: Gold. HEX triplet: EE, D3 and 03. RGB value is (238,211,3). Sum of RGB (Red+Green+Blue) = 238+211+3=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 3 (1.56% from 255 or 0.66% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EED303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED303 is #112CFC. Grayscale: #C4C4C4. Windows color (decimal): -1125629 or 250862. OLE color: 250862.
HSL color Cylindrical-coordinate representation of color #EED303: hue angle of 53.11º 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 #EED303 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.07 |
| HSL | 53.11º | 0.98% | 0.47% | - |
| HSV(B) | 53.11º | 0.99% | 0.93% | - |
| XYZ | 58.57 | 64.77 | 9.5 | - |
| YUV | 195.36 | 19.45 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 3 | 0 | 0.11 | 0.99 | 0.07 | 53.11 | 0.98 | 0.47 |
| Hex | EE | D3 | 3 | 0 | B | 63 | 7 | 35 | 62 | 2F |
| Octal | 356 | 323 | 3 | 0 | 13 | 143 | 7 | 65 | 142 | 57 |
| Binary | 11101110 | 11010011 | 11 | 0 | 1011 | 1100011 | 111 | 110101 | 1100010 | 101111 |
Color Harmonies of #EED303
Complementary color
Monochromatic Colors of #EED303
Black with #EED303
Text Example
Text Example
White with #EED303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED303; }
p { color: rgb(238,211,3); }
H1.HeaderClassName
{
color: #EED303;
}
.AnyTagClassName
{
color: #EED303;
}
</style>
background-color css
<style>
a { background-color: #EED303; }
a { background-color: rgb(238,211,3); }
div.DivClassName
{
background-color: #EED303;
}
.BgClassName
{
background-color: #EED303;
}
</style>
border-color css
<style>
span { border-color: #EED303; }
span { border-color: rgb(238,211,3); }
td.TdClassName
{
border-color: #EED303;
}
.TagClassName
{
border-color: #EED303;
}
</style>