Shades of Goldenrod #E1DA6B
Tints of Goldenrod #E1DA6B
RGB
CMYK
RGB Variations
Color information
#E1DA6B (or 0xE1DA6B) is known color: Goldenrod. HEX triplet: E1, DA and 6B. RGB value is (225,218,107). Sum of RGB (Red+Green+Blue) = 225+218+107=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DA6B is #1E2594. Grayscale: #CFCFCF. Windows color (decimal): -1975701 or 7068385. OLE color: 7068385.
HSL color Cylindrical-coordinate representation of color #E1DA6B: hue angle of 56.44º 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 #E1DA6B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 107 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.12 |
| HSL | 56.44º | 0.66% | 0.65% | - |
| HSV(B) | 56.44º | 0.52% | 0.88% | - |
| XYZ | 58.78 | 67.21 | 23.79 | - |
| YUV | 207.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 107 | 0 | 0.03 | 0.52 | 0.12 | 56.44 | 0.66 | 0.65 |
| Hex | E1 | DA | 6B | 0 | 3 | 34 | C | 38 | 42 | 41 |
| Octal | 341 | 332 | 153 | 0 | 3 | 64 | 14 | 70 | 102 | 101 |
| Binary | 11100001 | 11011010 | 1101011 | 0 | 11 | 110100 | 1100 | 111000 | 1000010 | 1000001 |
Color Harmonies of #E1DA6B
Complementary color
Monochromatic Colors of #E1DA6B
Black with #E1DA6B
Text Example
Text Example
White with #E1DA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA6B; }
p { color: rgb(225,218,107); }
H1.HeaderClassName
{
color: #E1DA6B;
}
.AnyTagClassName
{
color: #E1DA6B;
}
</style>
background-color css
<style>
a { background-color: #E1DA6B; }
a { background-color: rgb(225,218,107); }
div.DivClassName
{
background-color: #E1DA6B;
}
.BgClassName
{
background-color: #E1DA6B;
}
</style>
border-color css
<style>
span { border-color: #E1DA6B; }
span { border-color: rgb(225,218,107); }
td.TdClassName
{
border-color: #E1DA6B;
}
.TagClassName
{
border-color: #E1DA6B;
}
</style>