Shades of Goldenrod #E3DF68
Tints of Goldenrod #E3DF68
RGB
CMYK
RGB Variations
Color information
#E3DF68 (or 0xE3DF68) is known color: Goldenrod. HEX triplet: E3, DF and 68. RGB value is (227,223,104). Sum of RGB (Red+Green+Blue) = 227+223+104=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DF68 is #1C2097. Grayscale: #D3D3D3. Windows color (decimal): -1843352 or 6873059. OLE color: 6873059.
HSL color Cylindrical-coordinate representation of color #E3DF68: hue angle of 58.05º 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 #E3DF68 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 104 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.11 |
| HSL | 58.05º | 0.69% | 0.65% | - |
| HSV(B) | 58.05º | 0.54% | 0.89% | - |
| XYZ | 60.56 | 70.11 | 23.44 | - |
| YUV | 210.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 104 | 0 | 0.02 | 0.54 | 0.11 | 58.05 | 0.69 | 0.65 |
| Hex | E3 | DF | 68 | 0 | 2 | 36 | B | 3A | 45 | 41 |
| Octal | 343 | 337 | 150 | 0 | 2 | 66 | 13 | 72 | 105 | 101 |
| Binary | 11100011 | 11011111 | 1101000 | 0 | 10 | 110110 | 1011 | 111010 | 1000101 | 1000001 |
Color Harmonies of #E3DF68
Complementary color
Monochromatic Colors of #E3DF68
Black with #E3DF68
Text Example
Text Example
White with #E3DF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF68; }
p { color: rgb(227,223,104); }
H1.HeaderClassName
{
color: #E3DF68;
}
.AnyTagClassName
{
color: #E3DF68;
}
</style>
background-color css
<style>
a { background-color: #E3DF68; }
a { background-color: rgb(227,223,104); }
div.DivClassName
{
background-color: #E3DF68;
}
.BgClassName
{
background-color: #E3DF68;
}
</style>
border-color css
<style>
span { border-color: #E3DF68; }
span { border-color: rgb(227,223,104); }
td.TdClassName
{
border-color: #E3DF68;
}
.TagClassName
{
border-color: #E3DF68;
}
</style>