Shades of Goldenrod #E4DC6C
Tints of Goldenrod #E4DC6C
RGB
CMYK
RGB Variations
Color information
#E4DC6C (or 0xE4DC6C) is known color: Goldenrod. HEX triplet: E4, DC and 6C. RGB value is (228,220,108). Sum of RGB (Red+Green+Blue) = 228+220+108=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DC6C is #1B2393. Grayscale: #D2D2D2. Windows color (decimal): -1778580 or 7134436. OLE color: 7134436.
HSL color Cylindrical-coordinate representation of color #E4DC6C: hue angle of 56º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4DC6C is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 108 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.11 |
| HSL | 56º | 0.69% | 0.66% | - |
| HSV(B) | 56º | 0.53% | 0.89% | - |
| XYZ | 60.29 | 68.76 | 24.28 | - |
| YUV | 209.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 108 | 0 | 0.04 | 0.53 | 0.11 | 56 | 0.69 | 0.66 |
| Hex | E4 | DC | 6C | 0 | 4 | 35 | B | 38 | 45 | 42 |
| Octal | 344 | 334 | 154 | 0 | 4 | 65 | 13 | 70 | 105 | 102 |
| Binary | 11100100 | 11011100 | 1101100 | 0 | 100 | 110101 | 1011 | 111000 | 1000101 | 1000010 |
Color Harmonies of #E4DC6C
Complementary color
Monochromatic Colors of #E4DC6C
Black with #E4DC6C
Text Example
Text Example
White with #E4DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC6C; }
p { color: rgb(228,220,108); }
H1.HeaderClassName
{
color: #E4DC6C;
}
.AnyTagClassName
{
color: #E4DC6C;
}
</style>
background-color css
<style>
a { background-color: #E4DC6C; }
a { background-color: rgb(228,220,108); }
div.DivClassName
{
background-color: #E4DC6C;
}
.BgClassName
{
background-color: #E4DC6C;
}
</style>
border-color css
<style>
span { border-color: #E4DC6C; }
span { border-color: rgb(228,220,108); }
td.TdClassName
{
border-color: #E4DC6C;
}
.TagClassName
{
border-color: #E4DC6C;
}
</style>