Shades of Golden Yellow #EFDC01
Tints of Golden Yellow #EFDC01
RGB
CMYK
RGB Variations
Color information
#EFDC01 (or 0xEFDC01) is known color: Golden Yellow. HEX triplet: EF, DC and 01. RGB value is (239,220,1). Sum of RGB (Red+Green+Blue) = 239+220+1=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC01 is #1023FE. Grayscale: #C9C9C9. Windows color (decimal): -1057791 or 122095. OLE color: 122095.
HSL color Cylindrical-coordinate representation of color #EFDC01: hue angle of 55.21º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFDC01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.06 |
| HSL | 55.21º | 0.99% | 0.47% | - |
| HSV(B) | 55.21º | 1% | 0.94% | - |
| XYZ | 61.2 | 69.54 | 10.23 | - |
| YUV | 200.72 | 15.29 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 1 | 0 | 0.08 | 1.00 | 0.06 | 55.21 | 0.99 | 0.47 |
| Hex | EF | DC | 1 | 0 | 8 | 64 | 6 | 37 | 63 | 2F |
| Octal | 357 | 334 | 1 | 0 | 10 | 144 | 6 | 67 | 143 | 57 |
| Binary | 11101111 | 11011100 | 1 | 0 | 1000 | 1100100 | 110 | 110111 | 1100011 | 101111 |
Color Harmonies of #EFDC01
Complementary color
Monochromatic Colors of #EFDC01
Black with #EFDC01
Text Example
Text Example
White with #EFDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC01; }
p { color: rgb(239,220,1); }
H1.HeaderClassName
{
color: #EFDC01;
}
.AnyTagClassName
{
color: #EFDC01;
}
</style>
background-color css
<style>
a { background-color: #EFDC01; }
a { background-color: rgb(239,220,1); }
div.DivClassName
{
background-color: #EFDC01;
}
.BgClassName
{
background-color: #EFDC01;
}
</style>
border-color css
<style>
span { border-color: #EFDC01; }
span { border-color: rgb(239,220,1); }
td.TdClassName
{
border-color: #EFDC01;
}
.TagClassName
{
border-color: #EFDC01;
}
</style>