Shades of Golden Yellow #E1DA01
Tints of Golden Yellow #E1DA01
RGB
CMYK
RGB Variations
Color information
#E1DA01 (or 0xE1DA01) is known color: Golden Yellow. HEX triplet: E1, DA and 01. RGB value is (225,218,1). Sum of RGB (Red+Green+Blue) = 225+218+1=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DA01 is #1E25FE. Grayscale: #C4C4C4. Windows color (decimal): -1975807 or 121569. OLE color: 121569.
HSL color Cylindrical-coordinate representation of color #E1DA01: hue angle of 58.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1DA01 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.12 |
| HSL | 58.13º | 0.99% | 0.44% | - |
| HSV(B) | 58.13º | 1% | 0.88% | - |
| XYZ | 56.13 | 66.15 | 9.84 | - |
| YUV | 195.36 | 18.32 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 1 | 0 | 0.03 | 1.00 | 0.12 | 58.13 | 0.99 | 0.44 |
| Hex | E1 | DA | 1 | 0 | 3 | 64 | C | 3A | 63 | 2C |
| Octal | 341 | 332 | 1 | 0 | 3 | 144 | 14 | 72 | 143 | 54 |
| Binary | 11100001 | 11011010 | 1 | 0 | 11 | 1100100 | 1100 | 111010 | 1100011 | 101100 |
Color Harmonies of #E1DA01
Complementary color
Monochromatic Colors of #E1DA01
Black with #E1DA01
Text Example
Text Example
White with #E1DA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA01; }
p { color: rgb(225,218,1); }
H1.HeaderClassName
{
color: #E1DA01;
}
.AnyTagClassName
{
color: #E1DA01;
}
</style>
background-color css
<style>
a { background-color: #E1DA01; }
a { background-color: rgb(225,218,1); }
div.DivClassName
{
background-color: #E1DA01;
}
.BgClassName
{
background-color: #E1DA01;
}
</style>
border-color css
<style>
span { border-color: #E1DA01; }
span { border-color: rgb(225,218,1); }
td.TdClassName
{
border-color: #E1DA01;
}
.TagClassName
{
border-color: #E1DA01;
}
</style>