Shades of Golden Yellow #EAE001
Tints of Golden Yellow #EAE001
RGB
CMYK
RGB Variations
Color information
#EAE001 (or 0xEAE001) is known color: Golden Yellow. HEX triplet: EA, E0 and 01. RGB value is (234,224,1). Sum of RGB (Red+Green+Blue) = 234+224+1=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE001 is #151FFE. Grayscale: #CACACA. Windows color (decimal): -1384447 or 123114. OLE color: 123114.
HSL color Cylindrical-coordinate representation of color #EAE001: hue angle of 57.42º 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 #EAE001 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.08 |
| HSL | 57.42º | 0.99% | 0.46% | - |
| HSV(B) | 57.42º | 1% | 0.92% | - |
| XYZ | 60.59 | 70.81 | 10.5 | - |
| YUV | 201.57 | 14.81 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 1 | 0 | 0.04 | 1.00 | 0.08 | 57.42 | 0.99 | 0.46 |
| Hex | EA | E0 | 1 | 0 | 4 | 64 | 8 | 39 | 63 | 2E |
| Octal | 352 | 340 | 1 | 0 | 4 | 144 | 10 | 71 | 143 | 56 |
| Binary | 11101010 | 11100000 | 1 | 0 | 100 | 1100100 | 1000 | 111001 | 1100011 | 101110 |
Color Harmonies of #EAE001
Complementary color
Monochromatic Colors of #EAE001
Black with #EAE001
Text Example
Text Example
White with #EAE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE001; }
p { color: rgb(234,224,1); }
H1.HeaderClassName
{
color: #EAE001;
}
.AnyTagClassName
{
color: #EAE001;
}
</style>
background-color css
<style>
a { background-color: #EAE001; }
a { background-color: rgb(234,224,1); }
div.DivClassName
{
background-color: #EAE001;
}
.BgClassName
{
background-color: #EAE001;
}
</style>
border-color css
<style>
span { border-color: #EAE001; }
span { border-color: rgb(234,224,1); }
td.TdClassName
{
border-color: #EAE001;
}
.TagClassName
{
border-color: #EAE001;
}
</style>