Shades of Goldenrod #E3DF6A
Tints of Goldenrod #E3DF6A
RGB
CMYK
RGB Variations
Color information
#E3DF6A (or 0xE3DF6A) is known color: Goldenrod. HEX triplet: E3, DF and 6A. RGB value is (227,223,106). Sum of RGB (Red+Green+Blue) = 227+223+106=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DF6A is #1C2095. Grayscale: #D3D3D3. Windows color (decimal): -1843350 or 7004131. OLE color: 7004131.
HSL color Cylindrical-coordinate representation of color #E3DF6A: hue angle of 58.02º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3DF6A is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 106 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.11 |
| HSL | 58.02º | 0.68% | 0.65% | - |
| HSV(B) | 58.02º | 0.53% | 0.89% | - |
| XYZ | 60.67 | 70.15 | 23.98 | - |
| YUV | 210.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 106 | 0 | 0.02 | 0.53 | 0.11 | 58.02 | 0.68 | 0.65 |
| Hex | E3 | DF | 6A | 0 | 2 | 35 | B | 3A | 44 | 41 |
| Octal | 343 | 337 | 152 | 0 | 2 | 65 | 13 | 72 | 104 | 101 |
| Binary | 11100011 | 11011111 | 1101010 | 0 | 10 | 110101 | 1011 | 111010 | 1000100 | 1000001 |
Color Harmonies of #E3DF6A
Complementary color
Monochromatic Colors of #E3DF6A
Black with #E3DF6A
Text Example
Text Example
White with #E3DF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF6A; }
p { color: rgb(227,223,106); }
H1.HeaderClassName
{
color: #E3DF6A;
}
.AnyTagClassName
{
color: #E3DF6A;
}
</style>
background-color css
<style>
a { background-color: #E3DF6A; }
a { background-color: rgb(227,223,106); }
div.DivClassName
{
background-color: #E3DF6A;
}
.BgClassName
{
background-color: #E3DF6A;
}
</style>
border-color css
<style>
span { border-color: #E3DF6A; }
span { border-color: rgb(227,223,106); }
td.TdClassName
{
border-color: #E3DF6A;
}
.TagClassName
{
border-color: #E3DF6A;
}
</style>