Shades of Goldenrod #E4DC6E
Tints of Goldenrod #E4DC6E
RGB
CMYK
RGB Variations
Color information
#E4DC6E (or 0xE4DC6E) is known color: Goldenrod. HEX triplet: E4, DC and 6E. RGB value is (228,220,110). Sum of RGB (Red+Green+Blue) = 228+220+110=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DC6E is #1B2391. Grayscale: #D2D2D2. Windows color (decimal): -1778578 or 7265508. OLE color: 7265508.
HSL color Cylindrical-coordinate representation of color #E4DC6E: hue angle of 55.93º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4DC6E is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 110 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.11 |
| HSL | 55.93º | 0.69% | 0.66% | - |
| HSV(B) | 55.93º | 0.52% | 0.89% | - |
| XYZ | 60.4 | 68.81 | 24.85 | - |
| YUV | 209.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 110 | 0 | 0.04 | 0.52 | 0.11 | 55.93 | 0.69 | 0.66 |
| Hex | E4 | DC | 6E | 0 | 4 | 34 | B | 38 | 45 | 42 |
| Octal | 344 | 334 | 156 | 0 | 4 | 64 | 13 | 70 | 105 | 102 |
| Binary | 11100100 | 11011100 | 1101110 | 0 | 100 | 110100 | 1011 | 111000 | 1000101 | 1000010 |
Color Harmonies of #E4DC6E
Complementary color
Monochromatic Colors of #E4DC6E
Black with #E4DC6E
Text Example
Text Example
White with #E4DC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC6E; }
p { color: rgb(228,220,110); }
H1.HeaderClassName
{
color: #E4DC6E;
}
.AnyTagClassName
{
color: #E4DC6E;
}
</style>
background-color css
<style>
a { background-color: #E4DC6E; }
a { background-color: rgb(228,220,110); }
div.DivClassName
{
background-color: #E4DC6E;
}
.BgClassName
{
background-color: #E4DC6E;
}
</style>
border-color css
<style>
span { border-color: #E4DC6E; }
span { border-color: rgb(228,220,110); }
td.TdClassName
{
border-color: #E4DC6E;
}
.TagClassName
{
border-color: #E4DC6E;
}
</style>