Shades of Golden Yellow #EFE200
Tints of Golden Yellow #EFE200
RGB
CMYK
RGB Variations
Color information
#EFE200 (or 0xEFE200) is known color: Golden Yellow. HEX triplet: EF, E2 and 00. RGB value is (239,226,0). Sum of RGB (Red+Green+Blue) = 239+226+0=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE200 is #101DFF. Grayscale: #CDCDCD. Windows color (decimal): -1056256 or 58095. OLE color: 58095.
HSL color Cylindrical-coordinate representation of color #EFE200: hue angle of 56.74º 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 #EFE200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.06 |
| HSL | 56.74º | 1% | 0.47% | - |
| HSV(B) | 56.74º | 1% | 0.94% | - |
| XYZ | 62.79 | 72.74 | 10.73 | - |
| YUV | 204.12 | 12.81 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 0 | 0 | 0.05 | 1 | 0.06 | 56.74 | 1 | 0.47 |
| Hex | EF | E2 | 0 | 0 | 5 | 64 | 6 | 39 | 64 | 2F |
| Octal | 357 | 342 | 0 | 0 | 5 | 144 | 6 | 71 | 144 | 57 |
| Binary | 11101111 | 11100010 | 0 | 0 | 101 | 1100100 | 110 | 111001 | 1100100 | 101111 |
Color Harmonies of #EFE200
Complementary color
Monochromatic Colors of #EFE200
Black with #EFE200
Text Example
Text Example
White with #EFE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE200; }
p { color: rgb(239,226,0); }
H1.HeaderClassName
{
color: #EFE200;
}
.AnyTagClassName
{
color: #EFE200;
}
</style>
background-color css
<style>
a { background-color: #EFE200; }
a { background-color: rgb(239,226,0); }
div.DivClassName
{
background-color: #EFE200;
}
.BgClassName
{
background-color: #EFE200;
}
</style>
border-color css
<style>
span { border-color: #EFE200; }
span { border-color: rgb(239,226,0); }
td.TdClassName
{
border-color: #EFE200;
}
.TagClassName
{
border-color: #EFE200;
}
</style>