Shades of Goldenrod #E3DF6D
Tints of Goldenrod #E3DF6D
RGB
CMYK
RGB Variations
Color information
#E3DF6D (or 0xE3DF6D) is known color: Goldenrod. HEX triplet: E3, DF and 6D. RGB value is (227,223,109). Sum of RGB (Red+Green+Blue) = 227+223+109=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DF6D is #1C2092. Grayscale: #D3D3D3. Windows color (decimal): -1843347 or 7200739. OLE color: 7200739.
HSL color Cylindrical-coordinate representation of color #E3DF6D: hue angle of 57.97º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3DF6D is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 109 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.11 |
| HSL | 57.97º | 0.68% | 0.66% | - |
| HSV(B) | 57.97º | 0.52% | 0.89% | - |
| XYZ | 60.83 | 70.21 | 24.81 | - |
| YUV | 211.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 109 | 0 | 0.02 | 0.52 | 0.11 | 57.97 | 0.68 | 0.66 |
| Hex | E3 | DF | 6D | 0 | 2 | 34 | B | 3A | 44 | 42 |
| Octal | 343 | 337 | 155 | 0 | 2 | 64 | 13 | 72 | 104 | 102 |
| Binary | 11100011 | 11011111 | 1101101 | 0 | 10 | 110100 | 1011 | 111010 | 1000100 | 1000010 |
Color Harmonies of #E3DF6D
Complementary color
Monochromatic Colors of #E3DF6D
Black with #E3DF6D
Text Example
Text Example
White with #E3DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF6D; }
p { color: rgb(227,223,109); }
H1.HeaderClassName
{
color: #E3DF6D;
}
.AnyTagClassName
{
color: #E3DF6D;
}
</style>
background-color css
<style>
a { background-color: #E3DF6D; }
a { background-color: rgb(227,223,109); }
div.DivClassName
{
background-color: #E3DF6D;
}
.BgClassName
{
background-color: #E3DF6D;
}
</style>
border-color css
<style>
span { border-color: #E3DF6D; }
span { border-color: rgb(227,223,109); }
td.TdClassName
{
border-color: #E3DF6D;
}
.TagClassName
{
border-color: #E3DF6D;
}
</style>