Shades of Golden Yellow #EADE01
Tints of Golden Yellow #EADE01
RGB
CMYK
RGB Variations
Color information
#EADE01 (or 0xEADE01) is known color: Golden Yellow. HEX triplet: EA, DE and 01. RGB value is (234,222,1). Sum of RGB (Red+Green+Blue) = 234+222+1=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE01 is #1521FE. Grayscale: #C9C9C9. Windows color (decimal): -1384959 or 122602. OLE color: 122602.
HSL color Cylindrical-coordinate representation of color #EADE01: hue angle of 56.91º 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 #EADE01 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.08 |
| HSL | 56.91º | 0.99% | 0.46% | - |
| HSV(B) | 56.91º | 1% | 0.92% | - |
| XYZ | 60.06 | 69.74 | 10.32 | - |
| YUV | 200.39 | 15.48 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 1 | 0 | 0.05 | 1.00 | 0.08 | 56.91 | 0.99 | 0.46 |
| Hex | EA | DE | 1 | 0 | 5 | 64 | 8 | 39 | 63 | 2E |
| Octal | 352 | 336 | 1 | 0 | 5 | 144 | 10 | 71 | 143 | 56 |
| Binary | 11101010 | 11011110 | 1 | 0 | 101 | 1100100 | 1000 | 111001 | 1100011 | 101110 |
Color Harmonies of #EADE01
Complementary color
Monochromatic Colors of #EADE01
Black with #EADE01
Text Example
Text Example
White with #EADE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE01; }
p { color: rgb(234,222,1); }
H1.HeaderClassName
{
color: #EADE01;
}
.AnyTagClassName
{
color: #EADE01;
}
</style>
background-color css
<style>
a { background-color: #EADE01; }
a { background-color: rgb(234,222,1); }
div.DivClassName
{
background-color: #EADE01;
}
.BgClassName
{
background-color: #EADE01;
}
</style>
border-color css
<style>
span { border-color: #EADE01; }
span { border-color: rgb(234,222,1); }
td.TdClassName
{
border-color: #EADE01;
}
.TagClassName
{
border-color: #EADE01;
}
</style>