Shades of Golden Yellow #EFDC02
Tints of Golden Yellow #EFDC02
RGB
CMYK
RGB Variations
Color information
#EFDC02 (or 0xEFDC02) is known color: Golden Yellow. HEX triplet: EF, DC and 02. RGB value is (239,220,2). Sum of RGB (Red+Green+Blue) = 239+220+2=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC02 is #1023FD. Grayscale: #C9C9C9. Windows color (decimal): -1057790 or 187631. OLE color: 187631.
HSL color Cylindrical-coordinate representation of color #EFDC02: hue angle of 55.19º 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 #EFDC02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.06 |
| HSL | 55.19º | 0.98% | 0.47% | - |
| HSV(B) | 55.19º | 0.99% | 0.94% | - |
| XYZ | 61.2 | 69.54 | 10.25 | - |
| YUV | 200.83 | 15.79 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 2 | 0 | 0.08 | 0.99 | 0.06 | 55.19 | 0.98 | 0.47 |
| Hex | EF | DC | 2 | 0 | 8 | 63 | 6 | 37 | 62 | 2F |
| Octal | 357 | 334 | 2 | 0 | 10 | 143 | 6 | 67 | 142 | 57 |
| Binary | 11101111 | 11011100 | 10 | 0 | 1000 | 1100011 | 110 | 110111 | 1100010 | 101111 |
Color Harmonies of #EFDC02
Complementary color
Monochromatic Colors of #EFDC02
Black with #EFDC02
Text Example
Text Example
White with #EFDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC02; }
p { color: rgb(239,220,2); }
H1.HeaderClassName
{
color: #EFDC02;
}
.AnyTagClassName
{
color: #EFDC02;
}
</style>
background-color css
<style>
a { background-color: #EFDC02; }
a { background-color: rgb(239,220,2); }
div.DivClassName
{
background-color: #EFDC02;
}
.BgClassName
{
background-color: #EFDC02;
}
</style>
border-color css
<style>
span { border-color: #EFDC02; }
span { border-color: rgb(239,220,2); }
td.TdClassName
{
border-color: #EFDC02;
}
.TagClassName
{
border-color: #EFDC02;
}
</style>