Shades of Golden Yellow #EADA00
Tints of Golden Yellow #EADA00
RGB
CMYK
RGB Variations
Color information
#EADA00 (or 0xEADA00) is known color: Golden Yellow. HEX triplet: EA, DA and 00. RGB value is (234,218,0). Sum of RGB (Red+Green+Blue) = 234+218+0=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA00 is #1525FF. Grayscale: #C6C6C6. Windows color (decimal): -1385984 or 56042. OLE color: 56042.
HSL color Cylindrical-coordinate representation of color #EADA00: hue angle of 55.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EADA00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.08 |
| HSL | 55.9º | 1% | 0.46% | - |
| HSV(B) | 55.9º | 1% | 0.92% | - |
| XYZ | 59 | 67.64 | 9.95 | - |
| YUV | 197.93 | 16.3 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 0 | 0 | 0.07 | 1 | 0.08 | 55.9 | 1 | 0.46 |
| Hex | EA | DA | 0 | 0 | 7 | 64 | 8 | 38 | 64 | 2E |
| Octal | 352 | 332 | 0 | 0 | 7 | 144 | 10 | 70 | 144 | 56 |
| Binary | 11101010 | 11011010 | 0 | 0 | 111 | 1100100 | 1000 | 111000 | 1100100 | 101110 |
Color Harmonies of #EADA00
Complementary color
Monochromatic Colors of #EADA00
Black with #EADA00
Text Example
Text Example
White with #EADA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA00; }
p { color: rgb(234,218,0); }
H1.HeaderClassName
{
color: #EADA00;
}
.AnyTagClassName
{
color: #EADA00;
}
</style>
background-color css
<style>
a { background-color: #EADA00; }
a { background-color: rgb(234,218,0); }
div.DivClassName
{
background-color: #EADA00;
}
.BgClassName
{
background-color: #EADA00;
}
</style>
border-color css
<style>
span { border-color: #EADA00; }
span { border-color: rgb(234,218,0); }
td.TdClassName
{
border-color: #EADA00;
}
.TagClassName
{
border-color: #EADA00;
}
</style>