Shades of Golden Yellow #EFE100
Tints of Golden Yellow #EFE100
RGB
CMYK
RGB Variations
Color information
#EFE100 (or 0xEFE100) is known color: Golden Yellow. HEX triplet: EF, E1 and 00. RGB value is (239,225,0). Sum of RGB (Red+Green+Blue) = 239+225+0=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE100 is #101EFF. Grayscale: #CCCCCC. Windows color (decimal): -1056512 or 57839. OLE color: 57839.
HSL color Cylindrical-coordinate representation of color #EFE100: hue angle of 56.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 #EFE100 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.06 |
| HSL | 56.49º | 1% | 0.47% | - |
| HSV(B) | 56.49º | 1% | 0.94% | - |
| XYZ | 62.52 | 72.2 | 10.64 | - |
| YUV | 203.54 | 13.14 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 0 | 0 | 0.06 | 1 | 0.06 | 56.49 | 1 | 0.47 |
| Hex | EF | E1 | 0 | 0 | 6 | 64 | 6 | 38 | 64 | 2F |
| Octal | 357 | 341 | 0 | 0 | 6 | 144 | 6 | 70 | 144 | 57 |
| Binary | 11101111 | 11100001 | 0 | 0 | 110 | 1100100 | 110 | 111000 | 1100100 | 101111 |
Color Harmonies of #EFE100
Complementary color
Monochromatic Colors of #EFE100
Black with #EFE100
Text Example
Text Example
White with #EFE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE100; }
p { color: rgb(239,225,0); }
H1.HeaderClassName
{
color: #EFE100;
}
.AnyTagClassName
{
color: #EFE100;
}
</style>
background-color css
<style>
a { background-color: #EFE100; }
a { background-color: rgb(239,225,0); }
div.DivClassName
{
background-color: #EFE100;
}
.BgClassName
{
background-color: #EFE100;
}
</style>
border-color css
<style>
span { border-color: #EFE100; }
span { border-color: rgb(239,225,0); }
td.TdClassName
{
border-color: #EFE100;
}
.TagClassName
{
border-color: #EFE100;
}
</style>