Shades of Golden Yellow #EAE101
Tints of Golden Yellow #EAE101
RGB
CMYK
RGB Variations
Color information
#EAE101 (or 0xEAE101) is known color: Golden Yellow. HEX triplet: EA, E1 and 01. RGB value is (234,225,1). Sum of RGB (Red+Green+Blue) = 234+225+1=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE101 is #151EFE. Grayscale: #CBCBCB. Windows color (decimal): -1384191 or 123370. OLE color: 123370.
HSL color Cylindrical-coordinate representation of color #EAE101: hue angle of 57.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAE101 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.08 |
| HSL | 57.68º | 0.99% | 0.46% | - |
| HSV(B) | 57.68º | 1% | 0.92% | - |
| XYZ | 60.86 | 71.35 | 10.59 | - |
| YUV | 202.16 | 14.48 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 1 | 0 | 0.04 | 1.00 | 0.08 | 57.68 | 0.99 | 0.46 |
| Hex | EA | E1 | 1 | 0 | 4 | 64 | 8 | 3A | 63 | 2E |
| Octal | 352 | 341 | 1 | 0 | 4 | 144 | 10 | 72 | 143 | 56 |
| Binary | 11101010 | 11100001 | 1 | 0 | 100 | 1100100 | 1000 | 111010 | 1100011 | 101110 |
Color Harmonies of #EAE101
Complementary color
Monochromatic Colors of #EAE101
Black with #EAE101
Text Example
Text Example
White with #EAE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE101; }
p { color: rgb(234,225,1); }
H1.HeaderClassName
{
color: #EAE101;
}
.AnyTagClassName
{
color: #EAE101;
}
</style>
background-color css
<style>
a { background-color: #EAE101; }
a { background-color: rgb(234,225,1); }
div.DivClassName
{
background-color: #EAE101;
}
.BgClassName
{
background-color: #EAE101;
}
</style>
border-color css
<style>
span { border-color: #EAE101; }
span { border-color: rgb(234,225,1); }
td.TdClassName
{
border-color: #EAE101;
}
.TagClassName
{
border-color: #EAE101;
}
</style>