Shades of Gold #EFD50B
Tints of Gold #EFD50B
RGB
CMYK
RGB Variations
Color information
#EFD50B (or 0xEFD50B) is known color: Gold. HEX triplet: EF, D5 and 0B. RGB value is (239,213,11). Sum of RGB (Red+Green+Blue) = 239+213+11=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD50B is #102AF4. Grayscale: #C6C6C6. Windows color (decimal): -1059573 or 775663. OLE color: 775663.
HSL color Cylindrical-coordinate representation of color #EFD50B: hue angle of 53.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFD50B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.06 |
| HSL | 53.16º | 0.91% | 0.49% | - |
| HSV(B) | 53.16º | 0.95% | 0.94% | - |
| XYZ | 59.45 | 65.96 | 9.92 | - |
| YUV | 197.75 | 22.61 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 11 | 0 | 0.11 | 0.95 | 0.06 | 53.16 | 0.91 | 0.49 |
| Hex | EF | D5 | B | 0 | B | 5F | 6 | 35 | 5B | 31 |
| Octal | 357 | 325 | 13 | 0 | 13 | 137 | 6 | 65 | 133 | 61 |
| Binary | 11101111 | 11010101 | 1011 | 0 | 1011 | 1011111 | 110 | 110101 | 1011011 | 110001 |
Color Harmonies of #EFD50B
Complementary color
Monochromatic Colors of #EFD50B
Black with #EFD50B
Text Example
Text Example
White with #EFD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD50B; }
p { color: rgb(239,213,11); }
H1.HeaderClassName
{
color: #EFD50B;
}
.AnyTagClassName
{
color: #EFD50B;
}
</style>
background-color css
<style>
a { background-color: #EFD50B; }
a { background-color: rgb(239,213,11); }
div.DivClassName
{
background-color: #EFD50B;
}
.BgClassName
{
background-color: #EFD50B;
}
</style>
border-color css
<style>
span { border-color: #EFD50B; }
span { border-color: rgb(239,213,11); }
td.TdClassName
{
border-color: #EFD50B;
}
.TagClassName
{
border-color: #EFD50B;
}
</style>