Shades of Golden Yellow #EDE105
Tints of Golden Yellow #EDE105
RGB
CMYK
RGB Variations
Color information
#EDE105 (or 0xEDE105) is known color: Golden Yellow. HEX triplet: ED, E1 and 05. RGB value is (237,225,5). Sum of RGB (Red+Green+Blue) = 237+225+5=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE105 is #121EFA. Grayscale: #CCCCCC. Windows color (decimal): -1187579 or 385517. OLE color: 385517.
HSL color Cylindrical-coordinate representation of color #EDE105: hue angle of 56.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDE105 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.07 |
| HSL | 56.9º | 0.96% | 0.47% | - |
| HSV(B) | 56.9º | 0.98% | 0.93% | - |
| XYZ | 61.88 | 71.87 | 10.75 | - |
| YUV | 203.51 | 15.98 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 5 | 0 | 0.05 | 0.98 | 0.07 | 56.9 | 0.96 | 0.47 |
| Hex | ED | E1 | 5 | 0 | 5 | 62 | 7 | 39 | 60 | 2F |
| Octal | 355 | 341 | 5 | 0 | 5 | 142 | 7 | 71 | 140 | 57 |
| Binary | 11101101 | 11100001 | 101 | 0 | 101 | 1100010 | 111 | 111001 | 1100000 | 101111 |
Color Harmonies of #EDE105
Complementary color
Monochromatic Colors of #EDE105
Black with #EDE105
Text Example
Text Example
White with #EDE105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE105; }
p { color: rgb(237,225,5); }
H1.HeaderClassName
{
color: #EDE105;
}
.AnyTagClassName
{
color: #EDE105;
}
</style>
background-color css
<style>
a { background-color: #EDE105; }
a { background-color: rgb(237,225,5); }
div.DivClassName
{
background-color: #EDE105;
}
.BgClassName
{
background-color: #EDE105;
}
</style>
border-color css
<style>
span { border-color: #EDE105; }
span { border-color: rgb(237,225,5); }
td.TdClassName
{
border-color: #EDE105;
}
.TagClassName
{
border-color: #EDE105;
}
</style>