Shades of Golden Yellow #EFE303
Tints of Golden Yellow #EFE303
RGB
CMYK
RGB Variations
Color information
#EFE303 (or 0xEFE303) is known color: Golden Yellow. HEX triplet: EF, E3 and 03. RGB value is (239,227,3). Sum of RGB (Red+Green+Blue) = 239+227+3=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 3 (1.56% from 255 or 0.64% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE303 is #101CFC. Grayscale: #CDCDCD. Windows color (decimal): -1055997 or 254959. OLE color: 254959.
HSL color Cylindrical-coordinate representation of color #EFE303: hue angle of 56.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFE303 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.06 |
| HSL | 56.95º | 0.98% | 0.47% | - |
| HSV(B) | 56.95º | 0.99% | 0.94% | - |
| XYZ | 63.08 | 73.3 | 10.91 | - |
| YUV | 205.05 | 13.98 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 3 | 0 | 0.05 | 0.99 | 0.06 | 56.95 | 0.98 | 0.47 |
| Hex | EF | E3 | 3 | 0 | 5 | 63 | 6 | 39 | 62 | 2F |
| Octal | 357 | 343 | 3 | 0 | 5 | 143 | 6 | 71 | 142 | 57 |
| Binary | 11101111 | 11100011 | 11 | 0 | 101 | 1100011 | 110 | 111001 | 1100010 | 101111 |
Color Harmonies of #EFE303
Complementary color
Monochromatic Colors of #EFE303
Black with #EFE303
Text Example
Text Example
White with #EFE303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE303; }
p { color: rgb(239,227,3); }
H1.HeaderClassName
{
color: #EFE303;
}
.AnyTagClassName
{
color: #EFE303;
}
</style>
background-color css
<style>
a { background-color: #EFE303; }
a { background-color: rgb(239,227,3); }
div.DivClassName
{
background-color: #EFE303;
}
.BgClassName
{
background-color: #EFE303;
}
</style>
border-color css
<style>
span { border-color: #EFE303; }
span { border-color: rgb(239,227,3); }
td.TdClassName
{
border-color: #EFE303;
}
.TagClassName
{
border-color: #EFE303;
}
</style>