Shades of Golden Yellow #E2DC00
Tints of Golden Yellow #E2DC00
RGB
CMYK
RGB Variations
Color information
#E2DC00 (or 0xE2DC00) is known color: Golden Yellow. HEX triplet: E2, DC and 00. RGB value is (226,220,0). Sum of RGB (Red+Green+Blue) = 226+220+0=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DC00 is #1D23FF. Grayscale: #C5C5C5. Windows color (decimal): -1909760 or 56546. OLE color: 56546.
HSL color Cylindrical-coordinate representation of color #E2DC00: hue angle of 58.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2DC00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.11 |
| HSL | 58.41º | 1% | 0.44% | - |
| HSV(B) | 58.41º | 1% | 0.89% | - |
| XYZ | 56.96 | 67.36 | 10 | - |
| YUV | 196.71 | 16.99 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 0 | 0 | 0.03 | 1 | 0.11 | 58.41 | 1 | 0.44 |
| Hex | E2 | DC | 0 | 0 | 3 | 64 | B | 3A | 64 | 2C |
| Octal | 342 | 334 | 0 | 0 | 3 | 144 | 13 | 72 | 144 | 54 |
| Binary | 11100010 | 11011100 | 0 | 0 | 11 | 1100100 | 1011 | 111010 | 1100100 | 101100 |
Color Harmonies of #E2DC00
Complementary color
Monochromatic Colors of #E2DC00
Black with #E2DC00
Text Example
Text Example
White with #E2DC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC00; }
p { color: rgb(226,220,0); }
H1.HeaderClassName
{
color: #E2DC00;
}
.AnyTagClassName
{
color: #E2DC00;
}
</style>
background-color css
<style>
a { background-color: #E2DC00; }
a { background-color: rgb(226,220,0); }
div.DivClassName
{
background-color: #E2DC00;
}
.BgClassName
{
background-color: #E2DC00;
}
</style>
border-color css
<style>
span { border-color: #E2DC00; }
span { border-color: rgb(226,220,0); }
td.TdClassName
{
border-color: #E2DC00;
}
.TagClassName
{
border-color: #E2DC00;
}
</style>