Shades of Goldenrod #E1DA65
Tints of Goldenrod #E1DA65
RGB
CMYK
RGB Variations
Color information
#E1DA65 (or 0xE1DA65) is known color: Goldenrod. HEX triplet: E1, DA and 65. RGB value is (225,218,101). Sum of RGB (Red+Green+Blue) = 225+218+101=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DA65 is #1E259A. Grayscale: #CFCFCF. Windows color (decimal): -1975707 or 6675169. OLE color: 6675169.
HSL color Cylindrical-coordinate representation of color #E1DA65: hue angle of 56.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1DA65 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 101 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.12 |
| HSL | 56.61º | 0.67% | 0.64% | - |
| HSV(B) | 56.61º | 0.55% | 0.88% | - |
| XYZ | 58.47 | 67.09 | 22.18 | - |
| YUV | 206.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 101 | 0 | 0.03 | 0.55 | 0.12 | 56.61 | 0.67 | 0.64 |
| Hex | E1 | DA | 65 | 0 | 3 | 37 | C | 39 | 43 | 40 |
| Octal | 341 | 332 | 145 | 0 | 3 | 67 | 14 | 71 | 103 | 100 |
| Binary | 11100001 | 11011010 | 1100101 | 0 | 11 | 110111 | 1100 | 111001 | 1000011 | 1000000 |
Color Harmonies of #E1DA65
Complementary color
Monochromatic Colors of #E1DA65
Black with #E1DA65
Text Example
Text Example
White with #E1DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DA65; }
p { color: rgb(225,218,101); }
H1.HeaderClassName
{
color: #E1DA65;
}
.AnyTagClassName
{
color: #E1DA65;
}
</style>
background-color css
<style>
a { background-color: #E1DA65; }
a { background-color: rgb(225,218,101); }
div.DivClassName
{
background-color: #E1DA65;
}
.BgClassName
{
background-color: #E1DA65;
}
</style>
border-color css
<style>
span { border-color: #E1DA65; }
span { border-color: rgb(225,218,101); }
td.TdClassName
{
border-color: #E1DA65;
}
.TagClassName
{
border-color: #E1DA65;
}
</style>