Shades of Golden Yellow #E0DF02
Tints of Golden Yellow #E0DF02
RGB
CMYK
RGB Variations
Color information
#E0DF02 (or 0xE0DF02) is known color: Golden Yellow. HEX triplet: E0, DF and 02. RGB value is (224,223,2). Sum of RGB (Red+Green+Blue) = 224+223+2=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF02 is #1F20FD. Grayscale: #C6C6C6. Windows color (decimal): -2040062 or 188384. OLE color: 188384.
HSL color Cylindrical-coordinate representation of color #E0DF02: hue angle of 59.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0DF02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.12 |
| HSL | 59.73º | 0.98% | 0.44% | - |
| HSV(B) | 59.73º | 0.99% | 0.88% | - |
| XYZ | 57.14 | 68.63 | 10.29 | - |
| YUV | 198.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 2 | 0 | 0.00 | 0.99 | 0.12 | 59.73 | 0.98 | 0.44 |
| Hex | E0 | DF | 2 | 0 | 0 | 63 | C | 3C | 62 | 2C |
| Octal | 340 | 337 | 2 | 0 | 0 | 143 | 14 | 74 | 142 | 54 |
| Binary | 11100000 | 11011111 | 10 | 0 | 0 | 1100011 | 1100 | 111100 | 1100010 | 101100 |
Color Harmonies of #E0DF02
Complementary color
Monochromatic Colors of #E0DF02
Black with #E0DF02
Text Example
Text Example
White with #E0DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF02; }
p { color: rgb(224,223,2); }
H1.HeaderClassName
{
color: #E0DF02;
}
.AnyTagClassName
{
color: #E0DF02;
}
</style>
background-color css
<style>
a { background-color: #E0DF02; }
a { background-color: rgb(224,223,2); }
div.DivClassName
{
background-color: #E0DF02;
}
.BgClassName
{
background-color: #E0DF02;
}
</style>
border-color css
<style>
span { border-color: #E0DF02; }
span { border-color: rgb(224,223,2); }
td.TdClassName
{
border-color: #E0DF02;
}
.TagClassName
{
border-color: #E0DF02;
}
</style>