Shades of Light Goldenrod #E7DD7F
Tints of Light Goldenrod #E7DD7F
RGB
CMYK
RGB Variations
Color information
#E7DD7F (or 0xE7DD7F) is known color: Light Goldenrod. HEX triplet: E7, DD and 7F. RGB value is (231,221,127). Sum of RGB (Red+Green+Blue) = 231+221+127=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD7F is #182280. Grayscale: #D5D5D5. Windows color (decimal): -1581697 or 8379879. OLE color: 8379879.
HSL color Cylindrical-coordinate representation of color #E7DD7F: hue angle of 54.23º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7DD7F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 127 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.09 |
| HSL | 54.23º | 0.68% | 0.7% | - |
| HSV(B) | 54.23º | 0.45% | 0.91% | - |
| XYZ | 62.64 | 70.23 | 30.33 | - |
| YUV | 213.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 127 | 0 | 0.04 | 0.45 | 0.09 | 54.23 | 0.68 | 0.7 |
| Hex | E7 | DD | 7F | 0 | 4 | 2D | 9 | 36 | 44 | 46 |
| Octal | 347 | 335 | 177 | 0 | 4 | 55 | 11 | 66 | 104 | 106 |
| Binary | 11100111 | 11011101 | 1111111 | 0 | 100 | 101101 | 1001 | 110110 | 1000100 | 1000110 |
Color Harmonies of #E7DD7F
Complementary color
Monochromatic Colors of #E7DD7F
Black with #E7DD7F
Text Example
Text Example
White with #E7DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD7F; }
p { color: rgb(231,221,127); }
H1.HeaderClassName
{
color: #E7DD7F;
}
.AnyTagClassName
{
color: #E7DD7F;
}
</style>
background-color css
<style>
a { background-color: #E7DD7F; }
a { background-color: rgb(231,221,127); }
div.DivClassName
{
background-color: #E7DD7F;
}
.BgClassName
{
background-color: #E7DD7F;
}
</style>
border-color css
<style>
span { border-color: #E7DD7F; }
span { border-color: rgb(231,221,127); }
td.TdClassName
{
border-color: #E7DD7F;
}
.TagClassName
{
border-color: #E7DD7F;
}
</style>