Shades of Golden Yellow #EAE500
Tints of Golden Yellow #EAE500
RGB
CMYK
RGB Variations
Color information
#EAE500 (or 0xEAE500) is known color: Golden Yellow. HEX triplet: EA, E5 and 00. RGB value is (234,229,0). Sum of RGB (Red+Green+Blue) = 234+229+0=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE500 is #151AFF. Grayscale: #CDCDCD. Windows color (decimal): -1383168 or 58858. OLE color: 58858.
HSL color Cylindrical-coordinate representation of color #EAE500: hue angle of 58.72º 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 #EAE500 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.08 |
| HSL | 58.72º | 1% | 0.46% | - |
| HSV(B) | 58.72º | 1% | 0.92% | - |
| XYZ | 61.95 | 73.53 | 10.93 | - |
| YUV | 204.39 | 12.66 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 0 | 0 | 0.02 | 1 | 0.08 | 58.72 | 1 | 0.46 |
| Hex | EA | E5 | 0 | 0 | 2 | 64 | 8 | 3B | 64 | 2E |
| Octal | 352 | 345 | 0 | 0 | 2 | 144 | 10 | 73 | 144 | 56 |
| Binary | 11101010 | 11100101 | 0 | 0 | 10 | 1100100 | 1000 | 111011 | 1100100 | 101110 |
Color Harmonies of #EAE500
Complementary color
Monochromatic Colors of #EAE500
Black with #EAE500
Text Example
Text Example
White with #EAE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE500; }
p { color: rgb(234,229,0); }
H1.HeaderClassName
{
color: #EAE500;
}
.AnyTagClassName
{
color: #EAE500;
}
</style>
background-color css
<style>
a { background-color: #EAE500; }
a { background-color: rgb(234,229,0); }
div.DivClassName
{
background-color: #EAE500;
}
.BgClassName
{
background-color: #EAE500;
}
</style>
border-color css
<style>
span { border-color: #EAE500; }
span { border-color: rgb(234,229,0); }
td.TdClassName
{
border-color: #EAE500;
}
.TagClassName
{
border-color: #EAE500;
}
</style>