Shades of Golden Yellow #EADF00
Tints of Golden Yellow #EADF00
RGB
CMYK
RGB Variations
Color information
#EADF00 (or 0xEADF00) is known color: Golden Yellow. HEX triplet: EA, DF and 00. RGB value is (234,223,0). Sum of RGB (Red+Green+Blue) = 234+223+0=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF00 is #1520FF. Grayscale: #C9C9C9. Windows color (decimal): -1384704 or 57322. OLE color: 57322.
HSL color Cylindrical-coordinate representation of color #EADF00: hue angle of 57.18º 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 #EADF00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.08 |
| HSL | 57.18º | 1% | 0.46% | - |
| HSV(B) | 57.18º | 1% | 0.92% | - |
| XYZ | 60.32 | 70.27 | 10.38 | - |
| YUV | 200.87 | 14.64 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 0 | 0 | 0.05 | 1 | 0.08 | 57.18 | 1 | 0.46 |
| Hex | EA | DF | 0 | 0 | 5 | 64 | 8 | 39 | 64 | 2E |
| Octal | 352 | 337 | 0 | 0 | 5 | 144 | 10 | 71 | 144 | 56 |
| Binary | 11101010 | 11011111 | 0 | 0 | 101 | 1100100 | 1000 | 111001 | 1100100 | 101110 |
Color Harmonies of #EADF00
Complementary color
Monochromatic Colors of #EADF00
Black with #EADF00
Text Example
Text Example
White with #EADF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF00; }
p { color: rgb(234,223,0); }
H1.HeaderClassName
{
color: #EADF00;
}
.AnyTagClassName
{
color: #EADF00;
}
</style>
background-color css
<style>
a { background-color: #EADF00; }
a { background-color: rgb(234,223,0); }
div.DivClassName
{
background-color: #EADF00;
}
.BgClassName
{
background-color: #EADF00;
}
</style>
border-color css
<style>
span { border-color: #EADF00; }
span { border-color: rgb(234,223,0); }
td.TdClassName
{
border-color: #EADF00;
}
.TagClassName
{
border-color: #EADF00;
}
</style>