Shades of Goldenrod #E1DC6B
Tints of Goldenrod #E1DC6B
RGB
CMYK
RGB Variations
Color information
#E1DC6B (or 0xE1DC6B) is known color: Goldenrod. HEX triplet: E1, DC and 6B. RGB value is (225,220,107). Sum of RGB (Red+Green+Blue) = 225+220+107=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC6B is #1E2394. Grayscale: #D1D1D1. Windows color (decimal): -1975189 or 7068897. OLE color: 7068897.
HSL color Cylindrical-coordinate representation of color #E1DC6B: hue angle of 57.46º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1DC6B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 107 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.12 |
| HSL | 57.46º | 0.66% | 0.65% | - |
| HSV(B) | 57.46º | 0.52% | 0.88% | - |
| XYZ | 59.3 | 68.26 | 23.96 | - |
| YUV | 208.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 107 | 0 | 0.02 | 0.52 | 0.12 | 57.46 | 0.66 | 0.65 |
| Hex | E1 | DC | 6B | 0 | 2 | 34 | C | 39 | 42 | 41 |
| Octal | 341 | 334 | 153 | 0 | 2 | 64 | 14 | 71 | 102 | 101 |
| Binary | 11100001 | 11011100 | 1101011 | 0 | 10 | 110100 | 1100 | 111001 | 1000010 | 1000001 |
Color Harmonies of #E1DC6B
Complementary color
Monochromatic Colors of #E1DC6B
Black with #E1DC6B
Text Example
Text Example
White with #E1DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC6B; }
p { color: rgb(225,220,107); }
H1.HeaderClassName
{
color: #E1DC6B;
}
.AnyTagClassName
{
color: #E1DC6B;
}
</style>
background-color css
<style>
a { background-color: #E1DC6B; }
a { background-color: rgb(225,220,107); }
div.DivClassName
{
background-color: #E1DC6B;
}
.BgClassName
{
background-color: #E1DC6B;
}
</style>
border-color css
<style>
span { border-color: #E1DC6B; }
span { border-color: rgb(225,220,107); }
td.TdClassName
{
border-color: #E1DC6B;
}
.TagClassName
{
border-color: #E1DC6B;
}
</style>