Shades of Goldenrod #E2DC74
Tints of Goldenrod #E2DC74
RGB
CMYK
RGB Variations
Color information
#E2DC74 (or 0xE2DC74) is known color: Goldenrod. HEX triplet: E2, DC and 74. RGB value is (226,220,116). Sum of RGB (Red+Green+Blue) = 226+220+116=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC74 is #1D238B. Grayscale: #D2D2D2. Windows color (decimal): -1909644 or 7658722. OLE color: 7658722.
HSL color Cylindrical-coordinate representation of color #E2DC74: hue angle of 56.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2DC74 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 116 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.11 |
| HSL | 56.73º | 0.65% | 0.67% | - |
| HSV(B) | 56.73º | 0.49% | 0.89% | - |
| XYZ | 60.11 | 68.62 | 26.6 | - |
| YUV | 209.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 116 | 0 | 0.03 | 0.49 | 0.11 | 56.73 | 0.65 | 0.67 |
| Hex | E2 | DC | 74 | 0 | 3 | 31 | B | 39 | 41 | 43 |
| Octal | 342 | 334 | 164 | 0 | 3 | 61 | 13 | 71 | 101 | 103 |
| Binary | 11100010 | 11011100 | 1110100 | 0 | 11 | 110001 | 1011 | 111001 | 1000001 | 1000011 |
Color Harmonies of #E2DC74
Complementary color
Monochromatic Colors of #E2DC74
Black with #E2DC74
Text Example
Text Example
White with #E2DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC74; }
p { color: rgb(226,220,116); }
H1.HeaderClassName
{
color: #E2DC74;
}
.AnyTagClassName
{
color: #E2DC74;
}
</style>
background-color css
<style>
a { background-color: #E2DC74; }
a { background-color: rgb(226,220,116); }
div.DivClassName
{
background-color: #E2DC74;
}
.BgClassName
{
background-color: #E2DC74;
}
</style>
border-color css
<style>
span { border-color: #E2DC74; }
span { border-color: rgb(226,220,116); }
td.TdClassName
{
border-color: #E2DC74;
}
.TagClassName
{
border-color: #E2DC74;
}
</style>