Shades of Golden Yellow #EFE201
Tints of Golden Yellow #EFE201
RGB
CMYK
RGB Variations
Color information
#EFE201 (or 0xEFE201) is known color: Golden Yellow. HEX triplet: EF, E2 and 01. RGB value is (239,226,1). Sum of RGB (Red+Green+Blue) = 239+226+1=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE201 is #101DFE. Grayscale: #CDCDCD. Windows color (decimal): -1056255 or 123631. OLE color: 123631.
HSL color Cylindrical-coordinate representation of color #EFE201: hue angle of 56.72º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFE201 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.06 |
| HSL | 56.72º | 0.99% | 0.47% | - |
| HSV(B) | 56.72º | 1% | 0.94% | - |
| XYZ | 62.8 | 72.75 | 10.76 | - |
| YUV | 204.24 | 13.31 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 1 | 0 | 0.05 | 1.00 | 0.06 | 56.72 | 0.99 | 0.47 |
| Hex | EF | E2 | 1 | 0 | 5 | 64 | 6 | 39 | 63 | 2F |
| Octal | 357 | 342 | 1 | 0 | 5 | 144 | 6 | 71 | 143 | 57 |
| Binary | 11101111 | 11100010 | 1 | 0 | 101 | 1100100 | 110 | 111001 | 1100011 | 101111 |
Color Harmonies of #EFE201
Complementary color
Monochromatic Colors of #EFE201
Black with #EFE201
Text Example
Text Example
White with #EFE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE201; }
p { color: rgb(239,226,1); }
H1.HeaderClassName
{
color: #EFE201;
}
.AnyTagClassName
{
color: #EFE201;
}
</style>
background-color css
<style>
a { background-color: #EFE201; }
a { background-color: rgb(239,226,1); }
div.DivClassName
{
background-color: #EFE201;
}
.BgClassName
{
background-color: #EFE201;
}
</style>
border-color css
<style>
span { border-color: #EFE201; }
span { border-color: rgb(239,226,1); }
td.TdClassName
{
border-color: #EFE201;
}
.TagClassName
{
border-color: #EFE201;
}
</style>