Shades of Goldenrod #E2DA68
Tints of Goldenrod #E2DA68
RGB
CMYK
RGB Variations
Color information
#E2DA68 (or 0xE2DA68) is known color: Goldenrod. HEX triplet: E2, DA and 68. RGB value is (226,218,104). Sum of RGB (Red+Green+Blue) = 226+218+104=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA68 is #1D2597. Grayscale: #CFCFCF. Windows color (decimal): -1910168 or 6871778. OLE color: 6871778.
HSL color Cylindrical-coordinate representation of color #E2DA68: hue angle of 56.07º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2DA68 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 104 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.11 |
| HSL | 56.07º | 0.68% | 0.65% | - |
| HSV(B) | 56.07º | 0.54% | 0.89% | - |
| XYZ | 58.93 | 67.31 | 22.98 | - |
| YUV | 207.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 104 | 0 | 0.04 | 0.54 | 0.11 | 56.07 | 0.68 | 0.65 |
| Hex | E2 | DA | 68 | 0 | 4 | 36 | B | 38 | 44 | 41 |
| Octal | 342 | 332 | 150 | 0 | 4 | 66 | 13 | 70 | 104 | 101 |
| Binary | 11100010 | 11011010 | 1101000 | 0 | 100 | 110110 | 1011 | 111000 | 1000100 | 1000001 |
Color Harmonies of #E2DA68
Complementary color
Monochromatic Colors of #E2DA68
Black with #E2DA68
Text Example
Text Example
White with #E2DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DA68; }
p { color: rgb(226,218,104); }
H1.HeaderClassName
{
color: #E2DA68;
}
.AnyTagClassName
{
color: #E2DA68;
}
</style>
background-color css
<style>
a { background-color: #E2DA68; }
a { background-color: rgb(226,218,104); }
div.DivClassName
{
background-color: #E2DA68;
}
.BgClassName
{
background-color: #E2DA68;
}
</style>
border-color css
<style>
span { border-color: #E2DA68; }
span { border-color: rgb(226,218,104); }
td.TdClassName
{
border-color: #E2DA68;
}
.TagClassName
{
border-color: #E2DA68;
}
</style>