Shades of Gold #EFD30B
Tints of Gold #EFD30B
RGB
CMYK
RGB Variations
Color information
#EFD30B (or 0xEFD30B) is known color: Gold. HEX triplet: EF, D3 and 0B. RGB value is (239,211,11). Sum of RGB (Red+Green+Blue) = 239+211+11=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD30B is #102CF4. Grayscale: #C5C5C5. Windows color (decimal): -1060085 or 775151. OLE color: 775151.
HSL color Cylindrical-coordinate representation of color #EFD30B: hue angle of 52.63º 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 #EFD30B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.06 |
| HSL | 52.63º | 0.91% | 0.49% | - |
| HSV(B) | 52.63º | 0.95% | 0.94% | - |
| XYZ | 58.95 | 64.96 | 9.75 | - |
| YUV | 196.57 | 23.28 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 11 | 0 | 0.12 | 0.95 | 0.06 | 52.63 | 0.91 | 0.49 |
| Hex | EF | D3 | B | 0 | C | 5F | 6 | 35 | 5B | 31 |
| Octal | 357 | 323 | 13 | 0 | 14 | 137 | 6 | 65 | 133 | 61 |
| Binary | 11101111 | 11010011 | 1011 | 0 | 1100 | 1011111 | 110 | 110101 | 1011011 | 110001 |
Color Harmonies of #EFD30B
Complementary color
Monochromatic Colors of #EFD30B
Black with #EFD30B
Text Example
Text Example
White with #EFD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD30B; }
p { color: rgb(239,211,11); }
H1.HeaderClassName
{
color: #EFD30B;
}
.AnyTagClassName
{
color: #EFD30B;
}
</style>
background-color css
<style>
a { background-color: #EFD30B; }
a { background-color: rgb(239,211,11); }
div.DivClassName
{
background-color: #EFD30B;
}
.BgClassName
{
background-color: #EFD30B;
}
</style>
border-color css
<style>
span { border-color: #EFD30B; }
span { border-color: rgb(239,211,11); }
td.TdClassName
{
border-color: #EFD30B;
}
.TagClassName
{
border-color: #EFD30B;
}
</style>