Shades of Golden Yellow #EDE600
Tints of Golden Yellow #EDE600
RGB
CMYK
RGB Variations
Color information
#EDE600 (or 0xEDE600) is known color: Golden Yellow. HEX triplet: ED, E6 and 00. RGB value is (237,230,0). Sum of RGB (Red+Green+Blue) = 237+230+0=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE600 is #1219FF. Grayscale: #CECECE. Windows color (decimal): -1186304 or 59117. OLE color: 59117.
HSL color Cylindrical-coordinate representation of color #EDE600: hue angle of 58.23º 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 #EDE600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.07 |
| HSL | 58.23º | 1% | 0.46% | - |
| HSV(B) | 58.23º | 1% | 0.93% | - |
| XYZ | 63.22 | 74.6 | 11.07 | - |
| YUV | 205.87 | 11.82 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 0 | 0 | 0.03 | 1 | 0.07 | 58.23 | 1 | 0.46 |
| Hex | ED | E6 | 0 | 0 | 3 | 64 | 7 | 3A | 64 | 2E |
| Octal | 355 | 346 | 0 | 0 | 3 | 144 | 7 | 72 | 144 | 56 |
| Binary | 11101101 | 11100110 | 0 | 0 | 11 | 1100100 | 111 | 111010 | 1100100 | 101110 |
Color Harmonies of #EDE600
Complementary color
Monochromatic Colors of #EDE600
Black with #EDE600
Text Example
Text Example
White with #EDE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE600; }
p { color: rgb(237,230,0); }
H1.HeaderClassName
{
color: #EDE600;
}
.AnyTagClassName
{
color: #EDE600;
}
</style>
background-color css
<style>
a { background-color: #EDE600; }
a { background-color: rgb(237,230,0); }
div.DivClassName
{
background-color: #EDE600;
}
.BgClassName
{
background-color: #EDE600;
}
</style>
border-color css
<style>
span { border-color: #EDE600; }
span { border-color: rgb(237,230,0); }
td.TdClassName
{
border-color: #EDE600;
}
.TagClassName
{
border-color: #EDE600;
}
</style>