Shades of Goldenrod #E2DC6F
Tints of Goldenrod #E2DC6F
RGB
CMYK
RGB Variations
Color information
#E2DC6F (or 0xE2DC6F) is known color: Goldenrod. HEX triplet: E2, DC and 6F. RGB value is (226,220,111). Sum of RGB (Red+Green+Blue) = 226+220+111=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC6F is #1D2390. Grayscale: #D1D1D1. Windows color (decimal): -1909649 or 7331042. OLE color: 7331042.
HSL color Cylindrical-coordinate representation of color #E2DC6F: hue angle of 56.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2DC6F is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 111 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.11 |
| HSL | 56.87º | 0.66% | 0.66% | - |
| HSV(B) | 56.87º | 0.51% | 0.89% | - |
| XYZ | 59.83 | 68.5 | 25.11 | - |
| YUV | 209.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 111 | 0 | 0.03 | 0.51 | 0.11 | 56.87 | 0.66 | 0.66 |
| Hex | E2 | DC | 6F | 0 | 3 | 33 | B | 39 | 42 | 42 |
| Octal | 342 | 334 | 157 | 0 | 3 | 63 | 13 | 71 | 102 | 102 |
| Binary | 11100010 | 11011100 | 1101111 | 0 | 11 | 110011 | 1011 | 111001 | 1000010 | 1000010 |
Color Harmonies of #E2DC6F
Complementary color
Monochromatic Colors of #E2DC6F
Black with #E2DC6F
Text Example
Text Example
White with #E2DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC6F; }
p { color: rgb(226,220,111); }
H1.HeaderClassName
{
color: #E2DC6F;
}
.AnyTagClassName
{
color: #E2DC6F;
}
</style>
background-color css
<style>
a { background-color: #E2DC6F; }
a { background-color: rgb(226,220,111); }
div.DivClassName
{
background-color: #E2DC6F;
}
.BgClassName
{
background-color: #E2DC6F;
}
</style>
border-color css
<style>
span { border-color: #E2DC6F; }
span { border-color: rgb(226,220,111); }
td.TdClassName
{
border-color: #E2DC6F;
}
.TagClassName
{
border-color: #E2DC6F;
}
</style>