Shades of Golden Yellow #EADC09
Tints of Golden Yellow #EADC09
RGB
CMYK
RGB Variations
Color information
#EADC09 (or 0xEADC09) is known color: Golden Yellow. HEX triplet: EA, DC and 09. RGB value is (234,220,9). Sum of RGB (Red+Green+Blue) = 234+220+9=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC09 is #1523F6. Grayscale: #C8C8C8. Windows color (decimal): -1385463 or 646378. OLE color: 646378.
HSL color Cylindrical-coordinate representation of color #EADC09: hue angle of 56.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EADC09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.08 |
| HSL | 56.27º | 0.93% | 0.48% | - |
| HSV(B) | 56.27º | 0.96% | 0.92% | - |
| XYZ | 59.57 | 68.7 | 10.38 | - |
| YUV | 200.13 | 20.14 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 9 | 0 | 0.06 | 0.96 | 0.08 | 56.27 | 0.93 | 0.48 |
| Hex | EA | DC | 9 | 0 | 6 | 60 | 8 | 38 | 5D | 30 |
| Octal | 352 | 334 | 11 | 0 | 6 | 140 | 10 | 70 | 135 | 60 |
| Binary | 11101010 | 11011100 | 1001 | 0 | 110 | 1100000 | 1000 | 111000 | 1011101 | 110000 |
Color Harmonies of #EADC09
Complementary color
Monochromatic Colors of #EADC09
Black with #EADC09
Text Example
Text Example
White with #EADC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC09; }
p { color: rgb(234,220,9); }
H1.HeaderClassName
{
color: #EADC09;
}
.AnyTagClassName
{
color: #EADC09;
}
</style>
background-color css
<style>
a { background-color: #EADC09; }
a { background-color: rgb(234,220,9); }
div.DivClassName
{
background-color: #EADC09;
}
.BgClassName
{
background-color: #EADC09;
}
</style>
border-color css
<style>
span { border-color: #EADC09; }
span { border-color: rgb(234,220,9); }
td.TdClassName
{
border-color: #EADC09;
}
.TagClassName
{
border-color: #EADC09;
}
</style>