Shades of Golden Yellow #EAE601
Tints of Golden Yellow #EAE601
RGB
CMYK
RGB Variations
Color information
#EAE601 (or 0xEAE601) is known color: Golden Yellow. HEX triplet: EA, E6 and 01. RGB value is (234,230,1). Sum of RGB (Red+Green+Blue) = 234+230+1=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE601 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE601 is #1519FE. Grayscale: #CECECE. Windows color (decimal): -1382911 or 124650. OLE color: 124650.
HSL color Cylindrical-coordinate representation of color #EAE601: hue angle of 58.97º 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 #EAE601 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.08 |
| HSL | 58.97º | 0.99% | 0.46% | - |
| HSV(B) | 58.97º | 1% | 0.92% | - |
| XYZ | 62.23 | 74.09 | 11.05 | - |
| YUV | 205.09 | 12.83 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 1 | 0 | 0.02 | 1.00 | 0.08 | 58.97 | 0.99 | 0.46 |
| Hex | EA | E6 | 1 | 0 | 2 | 64 | 8 | 3B | 63 | 2E |
| Octal | 352 | 346 | 1 | 0 | 2 | 144 | 10 | 73 | 143 | 56 |
| Binary | 11101010 | 11100110 | 1 | 0 | 10 | 1100100 | 1000 | 111011 | 1100011 | 101110 |
Color Harmonies of #EAE601
Complementary color
Monochromatic Colors of #EAE601
Black with #EAE601
Text Example
Text Example
White with #EAE601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE601; }
p { color: rgb(234,230,1); }
H1.HeaderClassName
{
color: #EAE601;
}
.AnyTagClassName
{
color: #EAE601;
}
</style>
background-color css
<style>
a { background-color: #EAE601; }
a { background-color: rgb(234,230,1); }
div.DivClassName
{
background-color: #EAE601;
}
.BgClassName
{
background-color: #EAE601;
}
</style>
border-color css
<style>
span { border-color: #EAE601; }
span { border-color: rgb(234,230,1); }
td.TdClassName
{
border-color: #EAE601;
}
.TagClassName
{
border-color: #EAE601;
}
</style>