Shades of Golden Yellow #E1DF02
Tints of Golden Yellow #E1DF02
RGB
CMYK
RGB Variations
Color information
#E1DF02 (or 0xE1DF02) is known color: Golden Yellow. HEX triplet: E1, DF and 02. RGB value is (225,223,2). Sum of RGB (Red+Green+Blue) = 225+223+2=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DF02 is #1E20FD. Grayscale: #C7C7C7. Windows color (decimal): -1974526 or 188385. OLE color: 188385.
HSL color Cylindrical-coordinate representation of color #E1DF02: hue angle of 59.46º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1DF02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.12 |
| HSL | 59.46º | 0.98% | 0.45% | - |
| HSV(B) | 59.46º | 0.99% | 0.88% | - |
| XYZ | 57.45 | 68.79 | 10.31 | - |
| YUV | 198.4 | 17.16 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 2 | 0 | 0.01 | 0.99 | 0.12 | 59.46 | 0.98 | 0.45 |
| Hex | E1 | DF | 2 | 0 | 1 | 63 | C | 3B | 62 | 2D |
| Octal | 341 | 337 | 2 | 0 | 1 | 143 | 14 | 73 | 142 | 55 |
| Binary | 11100001 | 11011111 | 10 | 0 | 1 | 1100011 | 1100 | 111011 | 1100010 | 101101 |
Color Harmonies of #E1DF02
Complementary color
Monochromatic Colors of #E1DF02
Black with #E1DF02
Text Example
Text Example
White with #E1DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF02; }
p { color: rgb(225,223,2); }
H1.HeaderClassName
{
color: #E1DF02;
}
.AnyTagClassName
{
color: #E1DF02;
}
</style>
background-color css
<style>
a { background-color: #E1DF02; }
a { background-color: rgb(225,223,2); }
div.DivClassName
{
background-color: #E1DF02;
}
.BgClassName
{
background-color: #E1DF02;
}
</style>
border-color css
<style>
span { border-color: #E1DF02; }
span { border-color: rgb(225,223,2); }
td.TdClassName
{
border-color: #E1DF02;
}
.TagClassName
{
border-color: #E1DF02;
}
</style>