Shades of Golden Yellow #E0DF00
Tints of Golden Yellow #E0DF00
RGB
CMYK
RGB Variations
Color information
#E0DF00 (or 0xE0DF00) is known color: Golden Yellow. HEX triplet: E0, DF and 00. RGB value is (224,223,0). Sum of RGB (Red+Green+Blue) = 224+223+0=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DF00 is #1F20FF. Grayscale: #C6C6C6. Windows color (decimal): -2040064 or 57312. OLE color: 57312.
HSL color Cylindrical-coordinate representation of color #E0DF00: hue angle of 59.73º 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 #E0DF00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.12 |
| HSL | 59.73º | 1% | 0.44% | - |
| HSV(B) | 59.73º | 1% | 0.88% | - |
| XYZ | 57.13 | 68.62 | 10.23 | - |
| YUV | 197.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 0 | 0 | 0.00 | 1 | 0.12 | 59.73 | 1 | 0.44 |
| Hex | E0 | DF | 0 | 0 | 0 | 64 | C | 3C | 64 | 2C |
| Octal | 340 | 337 | 0 | 0 | 0 | 144 | 14 | 74 | 144 | 54 |
| Binary | 11100000 | 11011111 | 0 | 0 | 0 | 1100100 | 1100 | 111100 | 1100100 | 101100 |
Color Harmonies of #E0DF00
Complementary color
Monochromatic Colors of #E0DF00
Black with #E0DF00
Text Example
Text Example
White with #E0DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF00; }
p { color: rgb(224,223,0); }
H1.HeaderClassName
{
color: #E0DF00;
}
.AnyTagClassName
{
color: #E0DF00;
}
</style>
background-color css
<style>
a { background-color: #E0DF00; }
a { background-color: rgb(224,223,0); }
div.DivClassName
{
background-color: #E0DF00;
}
.BgClassName
{
background-color: #E0DF00;
}
</style>
border-color css
<style>
span { border-color: #E0DF00; }
span { border-color: rgb(224,223,0); }
td.TdClassName
{
border-color: #E0DF00;
}
.TagClassName
{
border-color: #E0DF00;
}
</style>