Shades of Golden Yellow #EFE602
Tints of Golden Yellow #EFE602
RGB
CMYK
RGB Variations
Color information
#EFE602 (or 0xEFE602) is known color: Golden Yellow. HEX triplet: EF, E6 and 02. RGB value is (239,230,2). Sum of RGB (Red+Green+Blue) = 239+230+2=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE602 is #1019FD. Grayscale: #CFCFCF. Windows color (decimal): -1055230 or 190191. OLE color: 190191.
HSL color Cylindrical-coordinate representation of color #EFE602: hue angle of 57.72º 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 #EFE602 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.06 |
| HSL | 57.72º | 0.98% | 0.47% | - |
| HSV(B) | 57.72º | 0.99% | 0.94% | - |
| XYZ | 63.9 | 74.95 | 11.16 | - |
| YUV | 206.7 | 12.48 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 2 | 0 | 0.04 | 0.99 | 0.06 | 57.72 | 0.98 | 0.47 |
| Hex | EF | E6 | 2 | 0 | 4 | 63 | 6 | 3A | 62 | 2F |
| Octal | 357 | 346 | 2 | 0 | 4 | 143 | 6 | 72 | 142 | 57 |
| Binary | 11101111 | 11100110 | 10 | 0 | 100 | 1100011 | 110 | 111010 | 1100010 | 101111 |
Color Harmonies of #EFE602
Complementary color
Monochromatic Colors of #EFE602
Black with #EFE602
Text Example
Text Example
White with #EFE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE602; }
p { color: rgb(239,230,2); }
H1.HeaderClassName
{
color: #EFE602;
}
.AnyTagClassName
{
color: #EFE602;
}
</style>
background-color css
<style>
a { background-color: #EFE602; }
a { background-color: rgb(239,230,2); }
div.DivClassName
{
background-color: #EFE602;
}
.BgClassName
{
background-color: #EFE602;
}
</style>
border-color css
<style>
span { border-color: #EFE602; }
span { border-color: rgb(239,230,2); }
td.TdClassName
{
border-color: #EFE602;
}
.TagClassName
{
border-color: #EFE602;
}
</style>