Shades of Golden Yellow #EFE301
Tints of Golden Yellow #EFE301
RGB
CMYK
RGB Variations
Color information
#EFE301 (or 0xEFE301) is known color: Golden Yellow. HEX triplet: EF, E3 and 01. RGB value is (239,227,1). Sum of RGB (Red+Green+Blue) = 239+227+1=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE301 is #101CFE. Grayscale: #CDCDCD. Windows color (decimal): -1055999 or 123887. OLE color: 123887.
HSL color Cylindrical-coordinate representation of color #EFE301: hue angle of 56.97º 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 #EFE301 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.06 |
| HSL | 56.97º | 0.99% | 0.47% | - |
| HSV(B) | 56.97º | 1% | 0.94% | - |
| XYZ | 63.07 | 73.29 | 10.85 | - |
| YUV | 204.82 | 12.98 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 1 | 0 | 0.05 | 1.00 | 0.06 | 56.97 | 0.99 | 0.47 |
| Hex | EF | E3 | 1 | 0 | 5 | 64 | 6 | 39 | 63 | 2F |
| Octal | 357 | 343 | 1 | 0 | 5 | 144 | 6 | 71 | 143 | 57 |
| Binary | 11101111 | 11100011 | 1 | 0 | 101 | 1100100 | 110 | 111001 | 1100011 | 101111 |
Color Harmonies of #EFE301
Complementary color
Monochromatic Colors of #EFE301
Black with #EFE301
Text Example
Text Example
White with #EFE301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE301; }
p { color: rgb(239,227,1); }
H1.HeaderClassName
{
color: #EFE301;
}
.AnyTagClassName
{
color: #EFE301;
}
</style>
background-color css
<style>
a { background-color: #EFE301; }
a { background-color: rgb(239,227,1); }
div.DivClassName
{
background-color: #EFE301;
}
.BgClassName
{
background-color: #EFE301;
}
</style>
border-color css
<style>
span { border-color: #EFE301; }
span { border-color: rgb(239,227,1); }
td.TdClassName
{
border-color: #EFE301;
}
.TagClassName
{
border-color: #EFE301;
}
</style>