Shades of Light Goldenrod #E5DD83
Tints of Light Goldenrod #E5DD83
RGB
CMYK
RGB Variations
Color information
#E5DD83 (or 0xE5DD83) is known color: Light Goldenrod. HEX triplet: E5, DD and 83. RGB value is (229,221,131). Sum of RGB (Red+Green+Blue) = 229+221+131=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD83 is #1A227C. Grayscale: #D5D5D5. Windows color (decimal): -1712765 or 8642021. OLE color: 8642021.
HSL color Cylindrical-coordinate representation of color #E5DD83: hue angle of 55.1º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5DD83 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 131 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.10 |
| HSL | 55.1º | 0.65% | 0.71% | - |
| HSV(B) | 55.1º | 0.43% | 0.9% | - |
| XYZ | 62.27 | 70.01 | 31.7 | - |
| YUV | 213.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 131 | 0 | 0.03 | 0.43 | 0.10 | 55.1 | 0.65 | 0.71 |
| Hex | E5 | DD | 83 | 0 | 3 | 2B | A | 37 | 41 | 47 |
| Octal | 345 | 335 | 203 | 0 | 3 | 53 | 12 | 67 | 101 | 107 |
| Binary | 11100101 | 11011101 | 10000011 | 0 | 11 | 101011 | 1010 | 110111 | 1000001 | 1000111 |
Color Harmonies of #E5DD83
Complementary color
Monochromatic Colors of #E5DD83
Black with #E5DD83
Text Example
Text Example
White with #E5DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD83; }
p { color: rgb(229,221,131); }
H1.HeaderClassName
{
color: #E5DD83;
}
.AnyTagClassName
{
color: #E5DD83;
}
</style>
background-color css
<style>
a { background-color: #E5DD83; }
a { background-color: rgb(229,221,131); }
div.DivClassName
{
background-color: #E5DD83;
}
.BgClassName
{
background-color: #E5DD83;
}
</style>
border-color css
<style>
span { border-color: #E5DD83; }
span { border-color: rgb(229,221,131); }
td.TdClassName
{
border-color: #E5DD83;
}
.TagClassName
{
border-color: #E5DD83;
}
</style>