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