Shades of Golden Yellow #EFE004
Tints of Golden Yellow #EFE004
RGB
CMYK
RGB Variations
Color information
#EFE004 (or 0xEFE004) is known color: Golden Yellow. HEX triplet: EF, E0 and 04. RGB value is (239,224,4). Sum of RGB (Red+Green+Blue) = 239+224+4=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE004 is #101FFB. Grayscale: #CCCCCC. Windows color (decimal): -1056764 or 319727. OLE color: 319727.
HSL color Cylindrical-coordinate representation of color #EFE004: hue angle of 56.17º 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 #EFE004 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.06 |
| HSL | 56.17º | 0.97% | 0.48% | - |
| HSV(B) | 56.17º | 0.98% | 0.94% | - |
| XYZ | 62.27 | 71.67 | 10.67 | - |
| YUV | 203.41 | 15.47 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 4 | 0 | 0.06 | 0.98 | 0.06 | 56.17 | 0.97 | 0.48 |
| Hex | EF | E0 | 4 | 0 | 6 | 62 | 6 | 38 | 61 | 30 |
| Octal | 357 | 340 | 4 | 0 | 6 | 142 | 6 | 70 | 141 | 60 |
| Binary | 11101111 | 11100000 | 100 | 0 | 110 | 1100010 | 110 | 111000 | 1100001 | 110000 |
Color Harmonies of #EFE004
Complementary color
Monochromatic Colors of #EFE004
Black with #EFE004
Text Example
Text Example
White with #EFE004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE004; }
p { color: rgb(239,224,4); }
H1.HeaderClassName
{
color: #EFE004;
}
.AnyTagClassName
{
color: #EFE004;
}
</style>
background-color css
<style>
a { background-color: #EFE004; }
a { background-color: rgb(239,224,4); }
div.DivClassName
{
background-color: #EFE004;
}
.BgClassName
{
background-color: #EFE004;
}
</style>
border-color css
<style>
span { border-color: #EFE004; }
span { border-color: rgb(239,224,4); }
td.TdClassName
{
border-color: #EFE004;
}
.TagClassName
{
border-color: #EFE004;
}
</style>