Shades of Golden Yellow #EFE500
Tints of Golden Yellow #EFE500
RGB
CMYK
RGB Variations
Color information
#EFE500 (or 0xEFE500) is known color: Golden Yellow. HEX triplet: EF, E5 and 00. RGB value is (239,229,0). Sum of RGB (Red+Green+Blue) = 239+229+0=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE500 is #101AFF. Grayscale: #CECECE. Windows color (decimal): -1055488 or 58863. OLE color: 58863.
HSL color Cylindrical-coordinate representation of color #EFE500: hue angle of 57.49º 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 #EFE500 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.06 |
| HSL | 57.49º | 1% | 0.47% | - |
| HSV(B) | 57.49º | 1% | 0.94% | - |
| XYZ | 63.62 | 74.39 | 11.01 | - |
| YUV | 205.88 | 11.81 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 0 | 0 | 0.04 | 1 | 0.06 | 57.49 | 1 | 0.47 |
| Hex | EF | E5 | 0 | 0 | 4 | 64 | 6 | 39 | 64 | 2F |
| Octal | 357 | 345 | 0 | 0 | 4 | 144 | 6 | 71 | 144 | 57 |
| Binary | 11101111 | 11100101 | 0 | 0 | 100 | 1100100 | 110 | 111001 | 1100100 | 101111 |
Color Harmonies of #EFE500
Complementary color
Monochromatic Colors of #EFE500
Black with #EFE500
Text Example
Text Example
White with #EFE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE500; }
p { color: rgb(239,229,0); }
H1.HeaderClassName
{
color: #EFE500;
}
.AnyTagClassName
{
color: #EFE500;
}
</style>
background-color css
<style>
a { background-color: #EFE500; }
a { background-color: rgb(239,229,0); }
div.DivClassName
{
background-color: #EFE500;
}
.BgClassName
{
background-color: #EFE500;
}
</style>
border-color css
<style>
span { border-color: #EFE500; }
span { border-color: rgb(239,229,0); }
td.TdClassName
{
border-color: #EFE500;
}
.TagClassName
{
border-color: #EFE500;
}
</style>