Shades of Light Goldenrod #E3D981
Tints of Light Goldenrod #E3D981
RGB
CMYK
RGB Variations
Color information
#E3D981 (or 0xE3D981) is known color: Light Goldenrod. HEX triplet: E3, D9 and 81. RGB value is (227,217,129). Sum of RGB (Red+Green+Blue) = 227+217+129=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D981 is #1C267E. Grayscale: #D2D2D2. Windows color (decimal): -1844863 or 8509923. OLE color: 8509923.
HSL color Cylindrical-coordinate representation of color #E3D981: hue angle of 53.88º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E3D981 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 217 | 129 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.11 |
| HSL | 53.88º | 0.64% | 0.7% | - |
| HSV(B) | 53.88º | 0.43% | 0.89% | - |
| XYZ | 60.45 | 67.54 | 30.62 | - |
| YUV | 209.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 129 | 0 | 0.04 | 0.43 | 0.11 | 53.88 | 0.64 | 0.7 |
| Hex | E3 | D9 | 81 | 0 | 4 | 2B | B | 36 | 40 | 46 |
| Octal | 343 | 331 | 201 | 0 | 4 | 53 | 13 | 66 | 100 | 106 |
| Binary | 11100011 | 11011001 | 10000001 | 0 | 100 | 101011 | 1011 | 110110 | 1000000 | 1000110 |
Color Harmonies of #E3D981
Complementary color
Monochromatic Colors of #E3D981
Black with #E3D981
Text Example
Text Example
White with #E3D981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D981; }
p { color: rgb(227,217,129); }
H1.HeaderClassName
{
color: #E3D981;
}
.AnyTagClassName
{
color: #E3D981;
}
</style>
background-color css
<style>
a { background-color: #E3D981; }
a { background-color: rgb(227,217,129); }
div.DivClassName
{
background-color: #E3D981;
}
.BgClassName
{
background-color: #E3D981;
}
</style>
border-color css
<style>
span { border-color: #E3D981; }
span { border-color: rgb(227,217,129); }
td.TdClassName
{
border-color: #E3D981;
}
.TagClassName
{
border-color: #E3D981;
}
</style>