Shades of Golden Yellow #E1DF00
Tints of Golden Yellow #E1DF00
RGB
CMYK
RGB Variations
Color information
#E1DF00 (or 0xE1DF00) is known color: Golden Yellow. HEX triplet: E1, DF and 00. RGB value is (225,223,0). Sum of RGB (Red+Green+Blue) = 225+223+0=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF00 is #1E20FF. Grayscale: #C7C7C7. Windows color (decimal): -1974528 or 57313. OLE color: 57313.
HSL color Cylindrical-coordinate representation of color #E1DF00: hue angle of 59.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1DF00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.12 |
| HSL | 59.47º | 1% | 0.44% | - |
| HSV(B) | 59.47º | 1% | 0.88% | - |
| XYZ | 57.44 | 68.78 | 10.25 | - |
| YUV | 198.18 | 16.16 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 0 | 0 | 0.01 | 1 | 0.12 | 59.47 | 1 | 0.44 |
| Hex | E1 | DF | 0 | 0 | 1 | 64 | C | 3B | 64 | 2C |
| Octal | 341 | 337 | 0 | 0 | 1 | 144 | 14 | 73 | 144 | 54 |
| Binary | 11100001 | 11011111 | 0 | 0 | 1 | 1100100 | 1100 | 111011 | 1100100 | 101100 |
Color Harmonies of #E1DF00
Complementary color
Monochromatic Colors of #E1DF00
Black with #E1DF00
Text Example
Text Example
White with #E1DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF00; }
p { color: rgb(225,223,0); }
H1.HeaderClassName
{
color: #E1DF00;
}
.AnyTagClassName
{
color: #E1DF00;
}
</style>
background-color css
<style>
a { background-color: #E1DF00; }
a { background-color: rgb(225,223,0); }
div.DivClassName
{
background-color: #E1DF00;
}
.BgClassName
{
background-color: #E1DF00;
}
</style>
border-color css
<style>
span { border-color: #E1DF00; }
span { border-color: rgb(225,223,0); }
td.TdClassName
{
border-color: #E1DF00;
}
.TagClassName
{
border-color: #E1DF00;
}
</style>