Shades of Light Goldenrod #E5DB7F
Tints of Light Goldenrod #E5DB7F
RGB
CMYK
RGB Variations
Color information
#E5DB7F (or 0xE5DB7F) is known color: Light Goldenrod. HEX triplet: E5, DB and 7F. RGB value is (229,219,127). Sum of RGB (Red+Green+Blue) = 229+219+127=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB7F is #1A2480. Grayscale: #D3D3D3. Windows color (decimal): -1713281 or 8379365. OLE color: 8379365.
HSL color Cylindrical-coordinate representation of color #E5DB7F: hue angle of 54.12º 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 #E5DB7F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 127 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.10 |
| HSL | 54.12º | 0.66% | 0.7% | - |
| HSV(B) | 54.12º | 0.45% | 0.9% | - |
| XYZ | 61.48 | 68.85 | 30.13 | - |
| YUV | 211.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 127 | 0 | 0.04 | 0.45 | 0.10 | 54.12 | 0.66 | 0.7 |
| Hex | E5 | DB | 7F | 0 | 4 | 2D | A | 36 | 42 | 46 |
| Octal | 345 | 333 | 177 | 0 | 4 | 55 | 12 | 66 | 102 | 106 |
| Binary | 11100101 | 11011011 | 1111111 | 0 | 100 | 101101 | 1010 | 110110 | 1000010 | 1000110 |
Color Harmonies of #E5DB7F
Complementary color
Monochromatic Colors of #E5DB7F
Black with #E5DB7F
Text Example
Text Example
White with #E5DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB7F; }
p { color: rgb(229,219,127); }
H1.HeaderClassName
{
color: #E5DB7F;
}
.AnyTagClassName
{
color: #E5DB7F;
}
</style>
background-color css
<style>
a { background-color: #E5DB7F; }
a { background-color: rgb(229,219,127); }
div.DivClassName
{
background-color: #E5DB7F;
}
.BgClassName
{
background-color: #E5DB7F;
}
</style>
border-color css
<style>
span { border-color: #E5DB7F; }
span { border-color: rgb(229,219,127); }
td.TdClassName
{
border-color: #E5DB7F;
}
.TagClassName
{
border-color: #E5DB7F;
}
</style>