Shades of Golden Yellow #EAE900
Tints of Golden Yellow #EAE900
RGB
CMYK
RGB Variations
Color information
#EAE900 (or 0xEAE900) is known color: Golden Yellow. HEX triplet: EA, E9 and 00. RGB value is (234,233,0). Sum of RGB (Red+Green+Blue) = 234+233+0=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE900 is #1516FF. Grayscale: #CFCFCF. Windows color (decimal): -1382144 or 59882. OLE color: 59882.
HSL color Cylindrical-coordinate representation of color #EAE900: hue angle of 59.74º 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 #EAE900 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.08 |
| HSL | 59.74º | 1% | 0.46% | - |
| HSV(B) | 59.74º | 1% | 0.92% | - |
| XYZ | 63.07 | 75.77 | 11.3 | - |
| YUV | 206.74 | 11.33 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 0 | 0 | 0.00 | 1 | 0.08 | 59.74 | 1 | 0.46 |
| Hex | EA | E9 | 0 | 0 | 0 | 64 | 8 | 3C | 64 | 2E |
| Octal | 352 | 351 | 0 | 0 | 0 | 144 | 10 | 74 | 144 | 56 |
| Binary | 11101010 | 11101001 | 0 | 0 | 0 | 1100100 | 1000 | 111100 | 1100100 | 101110 |
Color Harmonies of #EAE900
Complementary color
Monochromatic Colors of #EAE900
Black with #EAE900
Text Example
Text Example
White with #EAE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE900; }
p { color: rgb(234,233,0); }
H1.HeaderClassName
{
color: #EAE900;
}
.AnyTagClassName
{
color: #EAE900;
}
</style>
background-color css
<style>
a { background-color: #EAE900; }
a { background-color: rgb(234,233,0); }
div.DivClassName
{
background-color: #EAE900;
}
.BgClassName
{
background-color: #EAE900;
}
</style>
border-color css
<style>
span { border-color: #EAE900; }
span { border-color: rgb(234,233,0); }
td.TdClassName
{
border-color: #EAE900;
}
.TagClassName
{
border-color: #EAE900;
}
</style>