Shades of Golden Yellow #EAE104
Tints of Golden Yellow #EAE104
RGB
CMYK
RGB Variations
Color information
#EAE104 (or 0xEAE104) is known color: Golden Yellow. HEX triplet: EA, E1 and 04. RGB value is (234,225,4). Sum of RGB (Red+Green+Blue) = 234+225+4=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE104 is #151EFB. Grayscale: #CBCBCB. Windows color (decimal): -1384188 or 319978. OLE color: 319978.
HSL color Cylindrical-coordinate representation of color #EAE104: hue angle of 57.65º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAE104 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.08 |
| HSL | 57.65º | 0.97% | 0.47% | - |
| HSV(B) | 57.65º | 0.98% | 0.92% | - |
| XYZ | 60.88 | 71.35 | 10.68 | - |
| YUV | 202.5 | 15.98 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 4 | 0 | 0.04 | 0.98 | 0.08 | 57.65 | 0.97 | 0.47 |
| Hex | EA | E1 | 4 | 0 | 4 | 62 | 8 | 3A | 61 | 2F |
| Octal | 352 | 341 | 4 | 0 | 4 | 142 | 10 | 72 | 141 | 57 |
| Binary | 11101010 | 11100001 | 100 | 0 | 100 | 1100010 | 1000 | 111010 | 1100001 | 101111 |
Color Harmonies of #EAE104
Complementary color
Monochromatic Colors of #EAE104
Black with #EAE104
Text Example
Text Example
White with #EAE104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE104; }
p { color: rgb(234,225,4); }
H1.HeaderClassName
{
color: #EAE104;
}
.AnyTagClassName
{
color: #EAE104;
}
</style>
background-color css
<style>
a { background-color: #EAE104; }
a { background-color: rgb(234,225,4); }
div.DivClassName
{
background-color: #EAE104;
}
.BgClassName
{
background-color: #EAE104;
}
</style>
border-color css
<style>
span { border-color: #EAE104; }
span { border-color: rgb(234,225,4); }
td.TdClassName
{
border-color: #EAE104;
}
.TagClassName
{
border-color: #EAE104;
}
</style>