Shades of Golden Yellow #E1DF05
Tints of Golden Yellow #E1DF05
RGB
CMYK
RGB Variations
Color information
#E1DF05 (or 0xE1DF05) is known color: Golden Yellow. HEX triplet: E1, DF and 05. RGB value is (225,223,5). Sum of RGB (Red+Green+Blue) = 225+223+5=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF05 is #1E20FA. Grayscale: #C7C7C7. Windows color (decimal): -1974523 or 384993. OLE color: 384993.
HSL color Cylindrical-coordinate representation of color #E1DF05: hue angle of 59.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1DF05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.12 |
| HSL | 59.45º | 0.96% | 0.45% | - |
| HSV(B) | 59.45º | 0.98% | 0.88% | - |
| XYZ | 57.47 | 68.79 | 10.39 | - |
| YUV | 198.75 | 18.66 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 5 | 0 | 0.01 | 0.98 | 0.12 | 59.45 | 0.96 | 0.45 |
| Hex | E1 | DF | 5 | 0 | 1 | 62 | C | 3B | 60 | 2D |
| Octal | 341 | 337 | 5 | 0 | 1 | 142 | 14 | 73 | 140 | 55 |
| Binary | 11100001 | 11011111 | 101 | 0 | 1 | 1100010 | 1100 | 111011 | 1100000 | 101101 |
Color Harmonies of #E1DF05
Complementary color
Monochromatic Colors of #E1DF05
Black with #E1DF05
Text Example
Text Example
White with #E1DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF05; }
p { color: rgb(225,223,5); }
H1.HeaderClassName
{
color: #E1DF05;
}
.AnyTagClassName
{
color: #E1DF05;
}
</style>
background-color css
<style>
a { background-color: #E1DF05; }
a { background-color: rgb(225,223,5); }
div.DivClassName
{
background-color: #E1DF05;
}
.BgClassName
{
background-color: #E1DF05;
}
</style>
border-color css
<style>
span { border-color: #E1DF05; }
span { border-color: rgb(225,223,5); }
td.TdClassName
{
border-color: #E1DF05;
}
.TagClassName
{
border-color: #E1DF05;
}
</style>