Shades of Golden Yellow #EDE304
Tints of Golden Yellow #EDE304
RGB
CMYK
RGB Variations
Color information
#EDE304 (or 0xEDE304) is known color: Golden Yellow. HEX triplet: ED, E3 and 04. RGB value is (237,227,4). Sum of RGB (Red+Green+Blue) = 237+227+4=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE304 is #121CFB. Grayscale: #CDCDCD. Windows color (decimal): -1187068 or 320493. OLE color: 320493.
HSL color Cylindrical-coordinate representation of color #EDE304: hue angle of 57.42º degrees, saturation: 0.97, 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 #EDE304 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.07 |
| HSL | 57.42º | 0.97% | 0.47% | - |
| HSV(B) | 57.42º | 0.98% | 0.93% | - |
| XYZ | 62.42 | 72.95 | 10.91 | - |
| YUV | 204.57 | 14.81 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 4 | 0 | 0.04 | 0.98 | 0.07 | 57.42 | 0.97 | 0.47 |
| Hex | ED | E3 | 4 | 0 | 4 | 62 | 7 | 39 | 61 | 2F |
| Octal | 355 | 343 | 4 | 0 | 4 | 142 | 7 | 71 | 141 | 57 |
| Binary | 11101101 | 11100011 | 100 | 0 | 100 | 1100010 | 111 | 111001 | 1100001 | 101111 |
Color Harmonies of #EDE304
Complementary color
Monochromatic Colors of #EDE304
Black with #EDE304
Text Example
Text Example
White with #EDE304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE304; }
p { color: rgb(237,227,4); }
H1.HeaderClassName
{
color: #EDE304;
}
.AnyTagClassName
{
color: #EDE304;
}
</style>
background-color css
<style>
a { background-color: #EDE304; }
a { background-color: rgb(237,227,4); }
div.DivClassName
{
background-color: #EDE304;
}
.BgClassName
{
background-color: #EDE304;
}
</style>
border-color css
<style>
span { border-color: #EDE304; }
span { border-color: rgb(237,227,4); }
td.TdClassName
{
border-color: #EDE304;
}
.TagClassName
{
border-color: #EDE304;
}
</style>