Shades of Golden Yellow #FFED01
Tints of Golden Yellow #FFED01
RGB
CMYK
RGB Variations
Color information
#FFED01 (or 0xFFED01) is known color: Golden Yellow. HEX triplet: FF, ED and 01. RGB value is (255,237,1). Sum of RGB (Red+Green+Blue) = 255+237+1=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 1 (0.78% from 255 or 0.20% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED01 is #0012FE. Grayscale: #D8D8D8. Windows color (decimal): -4863 or 126463. OLE color: 126463.
HSL color Cylindrical-coordinate representation of color #FFED01: hue angle of 55.75º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFED01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0 |
| HSL | 55.75º | 1% | 0.5% | - |
| HSV(B) | 55.75º | 1% | 1% | - |
| XYZ | 71.53 | 81.83 | 12.05 | - |
| YUV | 215.48 | 6.96 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 1 | 0 | 0.07 | 1.00 | 0 | 55.75 | 1 | 0.5 |
| Hex | FF | ED | 1 | 0 | 7 | 64 | 0 | 38 | 64 | 32 |
| Octal | 377 | 355 | 1 | 0 | 7 | 144 | 0 | 70 | 144 | 62 |
| Binary | 11111111 | 11101101 | 1 | 0 | 111 | 1100100 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FFED01
Complementary color
Monochromatic Colors of #FFED01
Black with #FFED01
Text Example
Text Example
White with #FFED01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED01; }
p { color: rgb(255,237,1); }
H1.HeaderClassName
{
color: #FFED01;
}
.AnyTagClassName
{
color: #FFED01;
}
</style>
background-color css
<style>
a { background-color: #FFED01; }
a { background-color: rgb(255,237,1); }
div.DivClassName
{
background-color: #FFED01;
}
.BgClassName
{
background-color: #FFED01;
}
</style>
border-color css
<style>
span { border-color: #FFED01; }
span { border-color: rgb(255,237,1); }
td.TdClassName
{
border-color: #FFED01;
}
.TagClassName
{
border-color: #FFED01;
}
</style>