Shades of Gold #E9D403
Tints of Gold #E9D403
RGB
CMYK
RGB Variations
Color information
#E9D403 (or 0xE9D403) is known color: Gold. HEX triplet: E9, D4 and 03. RGB value is (233,212,3). Sum of RGB (Red+Green+Blue) = 233+212+3=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D403 is #162BFC. Grayscale: #C3C3C3. Windows color (decimal): -1453053 or 251113. OLE color: 251113.
HSL color Cylindrical-coordinate representation of color #E9D403: hue angle of 54.52º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9D403 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.09 |
| HSL | 54.52º | 0.97% | 0.46% | - |
| HSV(B) | 54.52º | 0.99% | 0.91% | - |
| XYZ | 57.16 | 64.42 | 9.51 | - |
| YUV | 194.45 | 19.96 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 3 | 0 | 0.09 | 0.99 | 0.09 | 54.52 | 0.97 | 0.46 |
| Hex | E9 | D4 | 3 | 0 | 9 | 63 | 9 | 37 | 61 | 2E |
| Octal | 351 | 324 | 3 | 0 | 11 | 143 | 11 | 67 | 141 | 56 |
| Binary | 11101001 | 11010100 | 11 | 0 | 1001 | 1100011 | 1001 | 110111 | 1100001 | 101110 |
Color Harmonies of #E9D403
Complementary color
Monochromatic Colors of #E9D403
Black with #E9D403
Text Example
Text Example
White with #E9D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D403; }
p { color: rgb(233,212,3); }
H1.HeaderClassName
{
color: #E9D403;
}
.AnyTagClassName
{
color: #E9D403;
}
</style>
background-color css
<style>
a { background-color: #E9D403; }
a { background-color: rgb(233,212,3); }
div.DivClassName
{
background-color: #E9D403;
}
.BgClassName
{
background-color: #E9D403;
}
</style>
border-color css
<style>
span { border-color: #E9D403; }
span { border-color: rgb(233,212,3); }
td.TdClassName
{
border-color: #E9D403;
}
.TagClassName
{
border-color: #E9D403;
}
</style>