Shades of Golden Yellow #EDE302
Tints of Golden Yellow #EDE302
RGB
CMYK
RGB Variations
Color information
#EDE302 (or 0xEDE302) is known color: Golden Yellow. HEX triplet: ED, E3 and 02. RGB value is (237,227,2). Sum of RGB (Red+Green+Blue) = 237+227+2=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE302 is #121CFD. Grayscale: #CDCDCD. Windows color (decimal): -1187070 or 189421. OLE color: 189421.
HSL color Cylindrical-coordinate representation of color #EDE302: hue angle of 57.45º 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 #EDE302 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.07 |
| HSL | 57.45º | 0.98% | 0.47% | - |
| HSV(B) | 57.45º | 0.99% | 0.93% | - |
| XYZ | 62.41 | 72.95 | 10.85 | - |
| YUV | 204.34 | 13.81 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 2 | 0 | 0.04 | 0.99 | 0.07 | 57.45 | 0.98 | 0.47 |
| Hex | ED | E3 | 2 | 0 | 4 | 63 | 7 | 39 | 62 | 2F |
| Octal | 355 | 343 | 2 | 0 | 4 | 143 | 7 | 71 | 142 | 57 |
| Binary | 11101101 | 11100011 | 10 | 0 | 100 | 1100011 | 111 | 111001 | 1100010 | 101111 |
Color Harmonies of #EDE302
Complementary color
Monochromatic Colors of #EDE302
Black with #EDE302
Text Example
Text Example
White with #EDE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE302; }
p { color: rgb(237,227,2); }
H1.HeaderClassName
{
color: #EDE302;
}
.AnyTagClassName
{
color: #EDE302;
}
</style>
background-color css
<style>
a { background-color: #EDE302; }
a { background-color: rgb(237,227,2); }
div.DivClassName
{
background-color: #EDE302;
}
.BgClassName
{
background-color: #EDE302;
}
</style>
border-color css
<style>
span { border-color: #EDE302; }
span { border-color: rgb(237,227,2); }
td.TdClassName
{
border-color: #EDE302;
}
.TagClassName
{
border-color: #EDE302;
}
</style>