Shades of Golden Yellow #EFEA00
Tints of Golden Yellow #EFEA00
RGB
CMYK
RGB Variations
Color information
#EFEA00 (or 0xEFEA00) is known color: Golden Yellow. HEX triplet: EF, EA and 00. RGB value is (239,234,0). Sum of RGB (Red+Green+Blue) = 239+234+0=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA00 is #1015FF. Grayscale: #D1D1D1. Windows color (decimal): -1054208 or 60143. OLE color: 60143.
HSL color Cylindrical-coordinate representation of color #EFEA00: hue angle of 58.74º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFEA00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.06 |
| HSL | 58.74º | 1% | 0.47% | - |
| HSV(B) | 58.74º | 1% | 0.94% | - |
| XYZ | 65.02 | 77.2 | 11.47 | - |
| YUV | 208.82 | 10.16 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 0 | 0 | 0.02 | 1 | 0.06 | 58.74 | 1 | 0.47 |
| Hex | EF | EA | 0 | 0 | 2 | 64 | 6 | 3B | 64 | 2F |
| Octal | 357 | 352 | 0 | 0 | 2 | 144 | 6 | 73 | 144 | 57 |
| Binary | 11101111 | 11101010 | 0 | 0 | 10 | 1100100 | 110 | 111011 | 1100100 | 101111 |
Color Harmonies of #EFEA00
Complementary color
Monochromatic Colors of #EFEA00
Black with #EFEA00
Text Example
Text Example
White with #EFEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA00; }
p { color: rgb(239,234,0); }
H1.HeaderClassName
{
color: #EFEA00;
}
.AnyTagClassName
{
color: #EFEA00;
}
</style>
background-color css
<style>
a { background-color: #EFEA00; }
a { background-color: rgb(239,234,0); }
div.DivClassName
{
background-color: #EFEA00;
}
.BgClassName
{
background-color: #EFEA00;
}
</style>
border-color css
<style>
span { border-color: #EFEA00; }
span { border-color: rgb(239,234,0); }
td.TdClassName
{
border-color: #EFEA00;
}
.TagClassName
{
border-color: #EFEA00;
}
</style>