Shades of Golden Yellow #EFE900
Tints of Golden Yellow #EFE900
RGB
CMYK
RGB Variations
Color information
#EFE900 (or 0xEFE900) is known color: Golden Yellow. HEX triplet: EF, E9 and 00. RGB value is (239,233,0). Sum of RGB (Red+Green+Blue) = 239+233+0=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE900 is #1016FF. Grayscale: #D1D1D1. Windows color (decimal): -1054464 or 59887. OLE color: 59887.
HSL color Cylindrical-coordinate representation of color #EFE900: hue angle of 58.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 #EFE900 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.06 |
| HSL | 58.49º | 1% | 0.47% | - |
| HSV(B) | 58.49º | 1% | 0.94% | - |
| XYZ | 64.74 | 76.63 | 11.38 | - |
| YUV | 208.23 | 10.49 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 0 | 0 | 0.03 | 1 | 0.06 | 58.49 | 1 | 0.47 |
| Hex | EF | E9 | 0 | 0 | 3 | 64 | 6 | 3A | 64 | 2F |
| Octal | 357 | 351 | 0 | 0 | 3 | 144 | 6 | 72 | 144 | 57 |
| Binary | 11101111 | 11101001 | 0 | 0 | 11 | 1100100 | 110 | 111010 | 1100100 | 101111 |
Color Harmonies of #EFE900
Complementary color
Monochromatic Colors of #EFE900
Black with #EFE900
Text Example
Text Example
White with #EFE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE900; }
p { color: rgb(239,233,0); }
H1.HeaderClassName
{
color: #EFE900;
}
.AnyTagClassName
{
color: #EFE900;
}
</style>
background-color css
<style>
a { background-color: #EFE900; }
a { background-color: rgb(239,233,0); }
div.DivClassName
{
background-color: #EFE900;
}
.BgClassName
{
background-color: #EFE900;
}
</style>
border-color css
<style>
span { border-color: #EFE900; }
span { border-color: rgb(239,233,0); }
td.TdClassName
{
border-color: #EFE900;
}
.TagClassName
{
border-color: #EFE900;
}
</style>