Shades of Golden Yellow #EDE500
Tints of Golden Yellow #EDE500
RGB
CMYK
RGB Variations
Color information
#EDE500 (or 0xEDE500) is known color: Golden Yellow. HEX triplet: ED, E5 and 00. RGB value is (237,229,0). Sum of RGB (Red+Green+Blue) = 237+229+0=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE500 is #121AFF. Grayscale: #CECECE. Windows color (decimal): -1186560 or 58861. OLE color: 58861.
HSL color Cylindrical-coordinate representation of color #EDE500: hue angle of 57.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDE500 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.07 |
| HSL | 57.97º | 1% | 0.46% | - |
| HSV(B) | 57.97º | 1% | 0.93% | - |
| XYZ | 62.94 | 74.04 | 10.97 | - |
| YUV | 205.29 | 12.15 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 0 | 0 | 0.03 | 1 | 0.07 | 57.97 | 1 | 0.46 |
| Hex | ED | E5 | 0 | 0 | 3 | 64 | 7 | 3A | 64 | 2E |
| Octal | 355 | 345 | 0 | 0 | 3 | 144 | 7 | 72 | 144 | 56 |
| Binary | 11101101 | 11100101 | 0 | 0 | 11 | 1100100 | 111 | 111010 | 1100100 | 101110 |
Color Harmonies of #EDE500
Complementary color
Monochromatic Colors of #EDE500
Black with #EDE500
Text Example
Text Example
White with #EDE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE500; }
p { color: rgb(237,229,0); }
H1.HeaderClassName
{
color: #EDE500;
}
.AnyTagClassName
{
color: #EDE500;
}
</style>
background-color css
<style>
a { background-color: #EDE500; }
a { background-color: rgb(237,229,0); }
div.DivClassName
{
background-color: #EDE500;
}
.BgClassName
{
background-color: #EDE500;
}
</style>
border-color css
<style>
span { border-color: #EDE500; }
span { border-color: rgb(237,229,0); }
td.TdClassName
{
border-color: #EDE500;
}
.TagClassName
{
border-color: #EDE500;
}
</style>