Shades of Gold #EED403
Tints of Gold #EED403
RGB
CMYK
RGB Variations
Color information
#EED403 (or 0xEED403) is known color: Gold. HEX triplet: EE, D4 and 03. RGB value is (238,212,3). Sum of RGB (Red+Green+Blue) = 238+212+3=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EED403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED403 is #112BFC. Grayscale: #C4C4C4. Windows color (decimal): -1125373 or 251118. OLE color: 251118.
HSL color Cylindrical-coordinate representation of color #EED403: hue angle of 53.36º 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 #EED403 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.07 |
| HSL | 53.36º | 0.98% | 0.47% | - |
| HSV(B) | 53.36º | 0.99% | 0.93% | - |
| XYZ | 58.82 | 65.27 | 9.58 | - |
| YUV | 195.95 | 19.11 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 3 | 0 | 0.11 | 0.99 | 0.07 | 53.36 | 0.98 | 0.47 |
| Hex | EE | D4 | 3 | 0 | B | 63 | 7 | 35 | 62 | 2F |
| Octal | 356 | 324 | 3 | 0 | 13 | 143 | 7 | 65 | 142 | 57 |
| Binary | 11101110 | 11010100 | 11 | 0 | 1011 | 1100011 | 111 | 110101 | 1100010 | 101111 |
Color Harmonies of #EED403
Complementary color
Monochromatic Colors of #EED403
Black with #EED403
Text Example
Text Example
White with #EED403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED403; }
p { color: rgb(238,212,3); }
H1.HeaderClassName
{
color: #EED403;
}
.AnyTagClassName
{
color: #EED403;
}
</style>
background-color css
<style>
a { background-color: #EED403; }
a { background-color: rgb(238,212,3); }
div.DivClassName
{
background-color: #EED403;
}
.BgClassName
{
background-color: #EED403;
}
</style>
border-color css
<style>
span { border-color: #EED403; }
span { border-color: rgb(238,212,3); }
td.TdClassName
{
border-color: #EED403;
}
.TagClassName
{
border-color: #EED403;
}
</style>