Shades of Goldenrod #E3DA68
Tints of Goldenrod #E3DA68
RGB
CMYK
RGB Variations
Color information
#E3DA68 (or 0xE3DA68) is known color: Goldenrod. HEX triplet: E3, DA and 68. RGB value is (227,218,104). Sum of RGB (Red+Green+Blue) = 227+218+104=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DA68 is #1C2597. Grayscale: #D0D0D0. Windows color (decimal): -1844632 or 6871779. OLE color: 6871779.
HSL color Cylindrical-coordinate representation of color #E3DA68: hue angle of 55.61º degrees, saturation: 0.69, 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 #E3DA68 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 218 | 104 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.11 |
| HSL | 55.61º | 0.69% | 0.65% | - |
| HSV(B) | 55.61º | 0.54% | 0.89% | - |
| XYZ | 59.25 | 67.47 | 23 | - |
| YUV | 207.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 104 | 0 | 0.04 | 0.54 | 0.11 | 55.61 | 0.69 | 0.65 |
| Hex | E3 | DA | 68 | 0 | 4 | 36 | B | 38 | 45 | 41 |
| Octal | 343 | 332 | 150 | 0 | 4 | 66 | 13 | 70 | 105 | 101 |
| Binary | 11100011 | 11011010 | 1101000 | 0 | 100 | 110110 | 1011 | 111000 | 1000101 | 1000001 |
Color Harmonies of #E3DA68
Complementary color
Monochromatic Colors of #E3DA68
Black with #E3DA68
Text Example
Text Example
White with #E3DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DA68; }
p { color: rgb(227,218,104); }
H1.HeaderClassName
{
color: #E3DA68;
}
.AnyTagClassName
{
color: #E3DA68;
}
</style>
background-color css
<style>
a { background-color: #E3DA68; }
a { background-color: rgb(227,218,104); }
div.DivClassName
{
background-color: #E3DA68;
}
.BgClassName
{
background-color: #E3DA68;
}
</style>
border-color css
<style>
span { border-color: #E3DA68; }
span { border-color: rgb(227,218,104); }
td.TdClassName
{
border-color: #E3DA68;
}
.TagClassName
{
border-color: #E3DA68;
}
</style>