Shades of Golden Yellow #EFE502
Tints of Golden Yellow #EFE502
RGB
CMYK
RGB Variations
Color information
#EFE502 (or 0xEFE502) is known color: Golden Yellow. HEX triplet: EF, E5 and 02. RGB value is (239,229,2). Sum of RGB (Red+Green+Blue) = 239+229+2=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE502 is #101AFD. Grayscale: #CFCFCF. Windows color (decimal): -1055486 or 189935. OLE color: 189935.
HSL color Cylindrical-coordinate representation of color #EFE502: hue angle of 57.47º 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 #EFE502 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.06 |
| HSL | 57.47º | 0.98% | 0.47% | - |
| HSV(B) | 57.47º | 0.99% | 0.94% | - |
| XYZ | 63.63 | 74.39 | 11.06 | - |
| YUV | 206.11 | 12.81 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 2 | 0 | 0.04 | 0.99 | 0.06 | 57.47 | 0.98 | 0.47 |
| Hex | EF | E5 | 2 | 0 | 4 | 63 | 6 | 39 | 62 | 2F |
| Octal | 357 | 345 | 2 | 0 | 4 | 143 | 6 | 71 | 142 | 57 |
| Binary | 11101111 | 11100101 | 10 | 0 | 100 | 1100011 | 110 | 111001 | 1100010 | 101111 |
Color Harmonies of #EFE502
Complementary color
Monochromatic Colors of #EFE502
Black with #EFE502
Text Example
Text Example
White with #EFE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE502; }
p { color: rgb(239,229,2); }
H1.HeaderClassName
{
color: #EFE502;
}
.AnyTagClassName
{
color: #EFE502;
}
</style>
background-color css
<style>
a { background-color: #EFE502; }
a { background-color: rgb(239,229,2); }
div.DivClassName
{
background-color: #EFE502;
}
.BgClassName
{
background-color: #EFE502;
}
</style>
border-color css
<style>
span { border-color: #EFE502; }
span { border-color: rgb(239,229,2); }
td.TdClassName
{
border-color: #EFE502;
}
.TagClassName
{
border-color: #EFE502;
}
</style>