Shades of Golden Yellow #EDE006
Tints of Golden Yellow #EDE006
RGB
CMYK
RGB Variations
Color information
#EDE006 (or 0xEDE006) is known color: Golden Yellow. HEX triplet: ED, E0 and 06. RGB value is (237,224,6). Sum of RGB (Red+Green+Blue) = 237+224+6=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE006 is #121FF9. Grayscale: #CBCBCB. Windows color (decimal): -1187834 or 450797. OLE color: 450797.
HSL color Cylindrical-coordinate representation of color #EDE006: hue angle of 56.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDE006 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 6 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.07 |
| HSL | 56.62º | 0.95% | 0.48% | - |
| HSV(B) | 56.62º | 0.97% | 0.93% | - |
| XYZ | 61.61 | 71.33 | 10.69 | - |
| YUV | 203.04 | 16.81 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 6 | 0 | 0.05 | 0.97 | 0.07 | 56.62 | 0.95 | 0.48 |
| Hex | ED | E0 | 6 | 0 | 5 | 61 | 7 | 39 | 5F | 30 |
| Octal | 355 | 340 | 6 | 0 | 5 | 141 | 7 | 71 | 137 | 60 |
| Binary | 11101101 | 11100000 | 110 | 0 | 101 | 1100001 | 111 | 111001 | 1011111 | 110000 |
Color Harmonies of #EDE006
Complementary color
Monochromatic Colors of #EDE006
Black with #EDE006
Text Example
Text Example
White with #EDE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE006; }
p { color: rgb(237,224,6); }
H1.HeaderClassName
{
color: #EDE006;
}
.AnyTagClassName
{
color: #EDE006;
}
</style>
background-color css
<style>
a { background-color: #EDE006; }
a { background-color: rgb(237,224,6); }
div.DivClassName
{
background-color: #EDE006;
}
.BgClassName
{
background-color: #EDE006;
}
</style>
border-color css
<style>
span { border-color: #EDE006; }
span { border-color: rgb(237,224,6); }
td.TdClassName
{
border-color: #EDE006;
}
.TagClassName
{
border-color: #EDE006;
}
</style>