Shades of Golden Yellow #EAE100
Tints of Golden Yellow #EAE100
RGB
CMYK
RGB Variations
Color information
#EAE100 (or 0xEAE100) is known color: Golden Yellow. HEX triplet: EA, E1 and 00. RGB value is (234,225,0). Sum of RGB (Red+Green+Blue) = 234+225+0=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE100 is #151EFF. Grayscale: #CACACA. Windows color (decimal): -1384192 or 57834. OLE color: 57834.
HSL color Cylindrical-coordinate representation of color #EAE100: hue angle of 57.69º 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 #EAE100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.08 |
| HSL | 57.69º | 1% | 0.46% | - |
| HSV(B) | 57.69º | 1% | 0.92% | - |
| XYZ | 60.86 | 71.34 | 10.56 | - |
| YUV | 202.04 | 13.98 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 0 | 0 | 0.04 | 1 | 0.08 | 57.69 | 1 | 0.46 |
| Hex | EA | E1 | 0 | 0 | 4 | 64 | 8 | 3A | 64 | 2E |
| Octal | 352 | 341 | 0 | 0 | 4 | 144 | 10 | 72 | 144 | 56 |
| Binary | 11101010 | 11100001 | 0 | 0 | 100 | 1100100 | 1000 | 111010 | 1100100 | 101110 |
Color Harmonies of #EAE100
Complementary color
Monochromatic Colors of #EAE100
Black with #EAE100
Text Example
Text Example
White with #EAE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE100; }
p { color: rgb(234,225,0); }
H1.HeaderClassName
{
color: #EAE100;
}
.AnyTagClassName
{
color: #EAE100;
}
</style>
background-color css
<style>
a { background-color: #EAE100; }
a { background-color: rgb(234,225,0); }
div.DivClassName
{
background-color: #EAE100;
}
.BgClassName
{
background-color: #EAE100;
}
</style>
border-color css
<style>
span { border-color: #EAE100; }
span { border-color: rgb(234,225,0); }
td.TdClassName
{
border-color: #EAE100;
}
.TagClassName
{
border-color: #EAE100;
}
</style>