Shades of Golden Yellow #EAE400
Tints of Golden Yellow #EAE400
RGB
CMYK
RGB Variations
Color information
#EAE400 (or 0xEAE400) is known color: Golden Yellow. HEX triplet: EA, E4 and 00. RGB value is (234,228,0). Sum of RGB (Red+Green+Blue) = 234+228+0=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE400 is #151BFF. Grayscale: #CCCCCC. Windows color (decimal): -1383424 or 58602. OLE color: 58602.
HSL color Cylindrical-coordinate representation of color #EAE400: hue angle of 58.46º 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 #EAE400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.08 |
| HSL | 58.46º | 1% | 0.46% | - |
| HSV(B) | 58.46º | 1% | 0.92% | - |
| XYZ | 61.68 | 72.98 | 10.84 | - |
| YUV | 203.8 | 12.99 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 0 | 0 | 0.03 | 1 | 0.08 | 58.46 | 1 | 0.46 |
| Hex | EA | E4 | 0 | 0 | 3 | 64 | 8 | 3A | 64 | 2E |
| Octal | 352 | 344 | 0 | 0 | 3 | 144 | 10 | 72 | 144 | 56 |
| Binary | 11101010 | 11100100 | 0 | 0 | 11 | 1100100 | 1000 | 111010 | 1100100 | 101110 |
Color Harmonies of #EAE400
Complementary color
Monochromatic Colors of #EAE400
Black with #EAE400
Text Example
Text Example
White with #EAE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE400; }
p { color: rgb(234,228,0); }
H1.HeaderClassName
{
color: #EAE400;
}
.AnyTagClassName
{
color: #EAE400;
}
</style>
background-color css
<style>
a { background-color: #EAE400; }
a { background-color: rgb(234,228,0); }
div.DivClassName
{
background-color: #EAE400;
}
.BgClassName
{
background-color: #EAE400;
}
</style>
border-color css
<style>
span { border-color: #EAE400; }
span { border-color: rgb(234,228,0); }
td.TdClassName
{
border-color: #EAE400;
}
.TagClassName
{
border-color: #EAE400;
}
</style>