Shades of Golden Yellow #EFE104
Tints of Golden Yellow #EFE104
RGB
CMYK
RGB Variations
Color information
#EFE104 (or 0xEFE104) is known color: Golden Yellow. HEX triplet: EF, E1 and 04. RGB value is (239,225,4). Sum of RGB (Red+Green+Blue) = 239+225+4=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE104 is #101EFB. Grayscale: #CCCCCC. Windows color (decimal): -1056508 or 319983. OLE color: 319983.
HSL color Cylindrical-coordinate representation of color #EFE104: hue angle of 56.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFE104 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.06 |
| HSL | 56.43º | 0.97% | 0.48% | - |
| HSV(B) | 56.43º | 0.98% | 0.94% | - |
| XYZ | 62.54 | 72.21 | 10.76 | - |
| YUV | 203.99 | 15.14 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 4 | 0 | 0.06 | 0.98 | 0.06 | 56.43 | 0.97 | 0.48 |
| Hex | EF | E1 | 4 | 0 | 6 | 62 | 6 | 38 | 61 | 30 |
| Octal | 357 | 341 | 4 | 0 | 6 | 142 | 6 | 70 | 141 | 60 |
| Binary | 11101111 | 11100001 | 100 | 0 | 110 | 1100010 | 110 | 111000 | 1100001 | 110000 |
Color Harmonies of #EFE104
Complementary color
Monochromatic Colors of #EFE104
Black with #EFE104
Text Example
Text Example
White with #EFE104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE104; }
p { color: rgb(239,225,4); }
H1.HeaderClassName
{
color: #EFE104;
}
.AnyTagClassName
{
color: #EFE104;
}
</style>
background-color css
<style>
a { background-color: #EFE104; }
a { background-color: rgb(239,225,4); }
div.DivClassName
{
background-color: #EFE104;
}
.BgClassName
{
background-color: #EFE104;
}
</style>
border-color css
<style>
span { border-color: #EFE104; }
span { border-color: rgb(239,225,4); }
td.TdClassName
{
border-color: #EFE104;
}
.TagClassName
{
border-color: #EFE104;
}
</style>