Shades of Gold #EFD30C
Tints of Gold #EFD30C
RGB
CMYK
RGB Variations
Color information
#EFD30C (or 0xEFD30C) is known color: Gold. HEX triplet: EF, D3 and 0C. RGB value is (239,211,12). Sum of RGB (Red+Green+Blue) = 239+211+12=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD30C is #102CF3. Grayscale: #C5C5C5. Windows color (decimal): -1060084 or 840687. OLE color: 840687.
HSL color Cylindrical-coordinate representation of color #EFD30C: hue angle of 52.6º degrees, saturation: 0.9, 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 #EFD30C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.06 |
| HSL | 52.6º | 0.9% | 0.49% | - |
| HSV(B) | 52.6º | 0.95% | 0.94% | - |
| XYZ | 58.96 | 64.97 | 9.78 | - |
| YUV | 196.69 | 23.78 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 12 | 0 | 0.12 | 0.95 | 0.06 | 52.6 | 0.9 | 0.49 |
| Hex | EF | D3 | C | 0 | C | 5F | 6 | 35 | 5A | 31 |
| Octal | 357 | 323 | 14 | 0 | 14 | 137 | 6 | 65 | 132 | 61 |
| Binary | 11101111 | 11010011 | 1100 | 0 | 1100 | 1011111 | 110 | 110101 | 1011010 | 110001 |
Color Harmonies of #EFD30C
Complementary color
Monochromatic Colors of #EFD30C
Black with #EFD30C
Text Example
Text Example
White with #EFD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD30C; }
p { color: rgb(239,211,12); }
H1.HeaderClassName
{
color: #EFD30C;
}
.AnyTagClassName
{
color: #EFD30C;
}
</style>
background-color css
<style>
a { background-color: #EFD30C; }
a { background-color: rgb(239,211,12); }
div.DivClassName
{
background-color: #EFD30C;
}
.BgClassName
{
background-color: #EFD30C;
}
</style>
border-color css
<style>
span { border-color: #EFD30C; }
span { border-color: rgb(239,211,12); }
td.TdClassName
{
border-color: #EFD30C;
}
.TagClassName
{
border-color: #EFD30C;
}
</style>