Shades of Golden Yellow #EDE801
Tints of Golden Yellow #EDE801
RGB
CMYK
RGB Variations
Color information
#EDE801 (or 0xEDE801) is known color: Golden Yellow. HEX triplet: ED, E8 and 01. RGB value is (237,232,1). Sum of RGB (Red+Green+Blue) = 237+232+1=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 1 (0.78% from 255 or 0.21% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE801 is #1217FE. Grayscale: #D0D0D0. Windows color (decimal): -1185791 or 125165. OLE color: 125165.
HSL color Cylindrical-coordinate representation of color #EDE801: hue angle of 58.73º 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 #EDE801 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.07 |
| HSL | 58.73º | 0.99% | 0.47% | - |
| HSV(B) | 58.73º | 1% | 0.93% | - |
| XYZ | 63.79 | 75.72 | 11.28 | - |
| YUV | 207.16 | 11.66 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 1 | 0 | 0.02 | 1.00 | 0.07 | 58.73 | 0.99 | 0.47 |
| Hex | ED | E8 | 1 | 0 | 2 | 64 | 7 | 3B | 63 | 2F |
| Octal | 355 | 350 | 1 | 0 | 2 | 144 | 7 | 73 | 143 | 57 |
| Binary | 11101101 | 11101000 | 1 | 0 | 10 | 1100100 | 111 | 111011 | 1100011 | 101111 |
Color Harmonies of #EDE801
Complementary color
Monochromatic Colors of #EDE801
Black with #EDE801
Text Example
Text Example
White with #EDE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE801; }
p { color: rgb(237,232,1); }
H1.HeaderClassName
{
color: #EDE801;
}
.AnyTagClassName
{
color: #EDE801;
}
</style>
background-color css
<style>
a { background-color: #EDE801; }
a { background-color: rgb(237,232,1); }
div.DivClassName
{
background-color: #EDE801;
}
.BgClassName
{
background-color: #EDE801;
}
</style>
border-color css
<style>
span { border-color: #EDE801; }
span { border-color: rgb(237,232,1); }
td.TdClassName
{
border-color: #EDE801;
}
.TagClassName
{
border-color: #EDE801;
}
</style>