Shades of Golden Yellow #EFE400
Tints of Golden Yellow #EFE400
RGB
CMYK
RGB Variations
Color information
#EFE400 (or 0xEFE400) is known color: Golden Yellow. HEX triplet: EF, E4 and 00. RGB value is (239,228,0). Sum of RGB (Red+Green+Blue) = 239+228+0=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE400 is #101BFF. Grayscale: #CECECE. Windows color (decimal): -1055744 or 58607. OLE color: 58607.
HSL color Cylindrical-coordinate representation of color #EFE400: hue angle of 57.24º 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 #EFE400 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.06 |
| HSL | 57.24º | 1% | 0.47% | - |
| HSV(B) | 57.24º | 1% | 0.94% | - |
| XYZ | 63.34 | 73.84 | 10.91 | - |
| YUV | 205.3 | 12.14 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 0 | 0 | 0.05 | 1 | 0.06 | 57.24 | 1 | 0.47 |
| Hex | EF | E4 | 0 | 0 | 5 | 64 | 6 | 39 | 64 | 2F |
| Octal | 357 | 344 | 0 | 0 | 5 | 144 | 6 | 71 | 144 | 57 |
| Binary | 11101111 | 11100100 | 0 | 0 | 101 | 1100100 | 110 | 111001 | 1100100 | 101111 |
Color Harmonies of #EFE400
Complementary color
Monochromatic Colors of #EFE400
Black with #EFE400
Text Example
Text Example
White with #EFE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE400; }
p { color: rgb(239,228,0); }
H1.HeaderClassName
{
color: #EFE400;
}
.AnyTagClassName
{
color: #EFE400;
}
</style>
background-color css
<style>
a { background-color: #EFE400; }
a { background-color: rgb(239,228,0); }
div.DivClassName
{
background-color: #EFE400;
}
.BgClassName
{
background-color: #EFE400;
}
</style>
border-color css
<style>
span { border-color: #EFE400; }
span { border-color: rgb(239,228,0); }
td.TdClassName
{
border-color: #EFE400;
}
.TagClassName
{
border-color: #EFE400;
}
</style>