Shades of Golden Yellow #EDE501
Tints of Golden Yellow #EDE501
RGB
CMYK
RGB Variations
Color information
#EDE501 (or 0xEDE501) is known color: Golden Yellow. HEX triplet: ED, E5 and 01. RGB value is (237,229,1). Sum of RGB (Red+Green+Blue) = 237+229+1=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE501 is #121AFE. Grayscale: #CECECE. Windows color (decimal): -1186559 or 124397. OLE color: 124397.
HSL color Cylindrical-coordinate representation of color #EDE501: hue angle of 57.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDE501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.07 |
| HSL | 57.97º | 0.99% | 0.47% | - |
| HSV(B) | 57.97º | 1% | 0.93% | - |
| XYZ | 62.95 | 74.05 | 11 | - |
| YUV | 205.4 | 12.65 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 1 | 0 | 0.03 | 1.00 | 0.07 | 57.97 | 0.99 | 0.47 |
| Hex | ED | E5 | 1 | 0 | 3 | 64 | 7 | 3A | 63 | 2F |
| Octal | 355 | 345 | 1 | 0 | 3 | 144 | 7 | 72 | 143 | 57 |
| Binary | 11101101 | 11100101 | 1 | 0 | 11 | 1100100 | 111 | 111010 | 1100011 | 101111 |
Color Harmonies of #EDE501
Complementary color
Monochromatic Colors of #EDE501
Black with #EDE501
Text Example
Text Example
White with #EDE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE501; }
p { color: rgb(237,229,1); }
H1.HeaderClassName
{
color: #EDE501;
}
.AnyTagClassName
{
color: #EDE501;
}
</style>
background-color css
<style>
a { background-color: #EDE501; }
a { background-color: rgb(237,229,1); }
div.DivClassName
{
background-color: #EDE501;
}
.BgClassName
{
background-color: #EDE501;
}
</style>
border-color css
<style>
span { border-color: #EDE501; }
span { border-color: rgb(237,229,1); }
td.TdClassName
{
border-color: #EDE501;
}
.TagClassName
{
border-color: #EDE501;
}
</style>