Shades of Golden Yellow #EFE005
Tints of Golden Yellow #EFE005
RGB
CMYK
RGB Variations
Color information
#EFE005 (or 0xEFE005) is known color: Golden Yellow. HEX triplet: EF, E0 and 05. RGB value is (239,224,5). Sum of RGB (Red+Green+Blue) = 239+224+5=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE005 is #101FFA. Grayscale: #CCCCCC. Windows color (decimal): -1056763 or 385263. OLE color: 385263.
HSL color Cylindrical-coordinate representation of color #EFE005: hue angle of 56.15º degrees, saturation: 0.96, 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 #EFE005 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.06 |
| HSL | 56.15º | 0.96% | 0.48% | - |
| HSV(B) | 56.15º | 0.98% | 0.94% | - |
| XYZ | 62.28 | 71.67 | 10.7 | - |
| YUV | 203.52 | 15.97 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 5 | 0 | 0.06 | 0.98 | 0.06 | 56.15 | 0.96 | 0.48 |
| Hex | EF | E0 | 5 | 0 | 6 | 62 | 6 | 38 | 60 | 30 |
| Octal | 357 | 340 | 5 | 0 | 6 | 142 | 6 | 70 | 140 | 60 |
| Binary | 11101111 | 11100000 | 101 | 0 | 110 | 1100010 | 110 | 111000 | 1100000 | 110000 |
Color Harmonies of #EFE005
Complementary color
Monochromatic Colors of #EFE005
Black with #EFE005
Text Example
Text Example
White with #EFE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE005; }
p { color: rgb(239,224,5); }
H1.HeaderClassName
{
color: #EFE005;
}
.AnyTagClassName
{
color: #EFE005;
}
</style>
background-color css
<style>
a { background-color: #EFE005; }
a { background-color: rgb(239,224,5); }
div.DivClassName
{
background-color: #EFE005;
}
.BgClassName
{
background-color: #EFE005;
}
</style>
border-color css
<style>
span { border-color: #EFE005; }
span { border-color: rgb(239,224,5); }
td.TdClassName
{
border-color: #EFE005;
}
.TagClassName
{
border-color: #EFE005;
}
</style>