Shades of Gold #EFD403
Tints of Gold #EFD403
RGB
CMYK
RGB Variations
Color information
#EFD403 (or 0xEFD403) is known color: Gold. HEX triplet: EF, D4 and 03. RGB value is (239,212,3). Sum of RGB (Red+Green+Blue) = 239+212+3=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD403 is #102BFC. Grayscale: #C5C5C5. Windows color (decimal): -1059837 or 251119. OLE color: 251119.
HSL color Cylindrical-coordinate representation of color #EFD403: hue angle of 53.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFD403 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.06 |
| HSL | 53.14º | 0.98% | 0.47% | - |
| HSV(B) | 53.14º | 0.99% | 0.94% | - |
| XYZ | 59.16 | 65.44 | 9.6 | - |
| YUV | 196.25 | 18.95 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 3 | 0 | 0.11 | 0.99 | 0.06 | 53.14 | 0.98 | 0.47 |
| Hex | EF | D4 | 3 | 0 | B | 63 | 6 | 35 | 62 | 2F |
| Octal | 357 | 324 | 3 | 0 | 13 | 143 | 6 | 65 | 142 | 57 |
| Binary | 11101111 | 11010100 | 11 | 0 | 1011 | 1100011 | 110 | 110101 | 1100010 | 101111 |
Color Harmonies of #EFD403
Complementary color
Monochromatic Colors of #EFD403
Black with #EFD403
Text Example
Text Example
White with #EFD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD403; }
p { color: rgb(239,212,3); }
H1.HeaderClassName
{
color: #EFD403;
}
.AnyTagClassName
{
color: #EFD403;
}
</style>
background-color css
<style>
a { background-color: #EFD403; }
a { background-color: rgb(239,212,3); }
div.DivClassName
{
background-color: #EFD403;
}
.BgClassName
{
background-color: #EFD403;
}
</style>
border-color css
<style>
span { border-color: #EFD403; }
span { border-color: rgb(239,212,3); }
td.TdClassName
{
border-color: #EFD403;
}
.TagClassName
{
border-color: #EFD403;
}
</style>