Shades of Light Goldenrod #E5DC7F
Tints of Light Goldenrod #E5DC7F
RGB
CMYK
RGB Variations
Color information
#E5DC7F (or 0xE5DC7F) is known color: Light Goldenrod. HEX triplet: E5, DC and 7F. RGB value is (229,220,127). Sum of RGB (Red+Green+Blue) = 229+220+127=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC7F is #1A2380. Grayscale: #D4D4D4. Windows color (decimal): -1713025 or 8379621. OLE color: 8379621.
HSL color Cylindrical-coordinate representation of color #E5DC7F: hue angle of 54.71º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5DC7F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 127 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.10 |
| HSL | 54.71º | 0.66% | 0.7% | - |
| HSV(B) | 54.71º | 0.45% | 0.9% | - |
| XYZ | 61.74 | 69.38 | 30.22 | - |
| YUV | 212.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 127 | 0 | 0.04 | 0.45 | 0.10 | 54.71 | 0.66 | 0.7 |
| Hex | E5 | DC | 7F | 0 | 4 | 2D | A | 37 | 42 | 46 |
| Octal | 345 | 334 | 177 | 0 | 4 | 55 | 12 | 67 | 102 | 106 |
| Binary | 11100101 | 11011100 | 1111111 | 0 | 100 | 101101 | 1010 | 110111 | 1000010 | 1000110 |
Color Harmonies of #E5DC7F
Complementary color
Monochromatic Colors of #E5DC7F
Black with #E5DC7F
Text Example
Text Example
White with #E5DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC7F; }
p { color: rgb(229,220,127); }
H1.HeaderClassName
{
color: #E5DC7F;
}
.AnyTagClassName
{
color: #E5DC7F;
}
</style>
background-color css
<style>
a { background-color: #E5DC7F; }
a { background-color: rgb(229,220,127); }
div.DivClassName
{
background-color: #E5DC7F;
}
.BgClassName
{
background-color: #E5DC7F;
}
</style>
border-color css
<style>
span { border-color: #E5DC7F; }
span { border-color: rgb(229,220,127); }
td.TdClassName
{
border-color: #E5DC7F;
}
.TagClassName
{
border-color: #E5DC7F;
}
</style>