Shades of Golden Yellow #EDE403
Tints of Golden Yellow #EDE403
RGB
CMYK
RGB Variations
Color information
#EDE403 (or 0xEDE403) is known color: Golden Yellow. HEX triplet: ED, E4 and 03. RGB value is (237,228,3). Sum of RGB (Red+Green+Blue) = 237+228+3=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 3 (1.56% from 255 or 0.64% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE403 is #121BFC. Grayscale: #CDCDCD. Windows color (decimal): -1186813 or 255213. OLE color: 255213.
HSL color Cylindrical-coordinate representation of color #EDE403: hue angle of 57.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDE403 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.07 |
| HSL | 57.69º | 0.98% | 0.47% | - |
| HSV(B) | 57.69º | 0.99% | 0.93% | - |
| XYZ | 62.68 | 73.5 | 10.97 | - |
| YUV | 205.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 3 | 0 | 0.04 | 0.99 | 0.07 | 57.69 | 0.98 | 0.47 |
| Hex | ED | E4 | 3 | 0 | 4 | 63 | 7 | 3A | 62 | 2F |
| Octal | 355 | 344 | 3 | 0 | 4 | 143 | 7 | 72 | 142 | 57 |
| Binary | 11101101 | 11100100 | 11 | 0 | 100 | 1100011 | 111 | 111010 | 1100010 | 101111 |
Color Harmonies of #EDE403
Complementary color
Monochromatic Colors of #EDE403
Black with #EDE403
Text Example
Text Example
White with #EDE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE403; }
p { color: rgb(237,228,3); }
H1.HeaderClassName
{
color: #EDE403;
}
.AnyTagClassName
{
color: #EDE403;
}
</style>
background-color css
<style>
a { background-color: #EDE403; }
a { background-color: rgb(237,228,3); }
div.DivClassName
{
background-color: #EDE403;
}
.BgClassName
{
background-color: #EDE403;
}
</style>
border-color css
<style>
span { border-color: #EDE403; }
span { border-color: rgb(237,228,3); }
td.TdClassName
{
border-color: #EDE403;
}
.TagClassName
{
border-color: #EDE403;
}
</style>