Shades of Light Goldenrod #E7DC83
Tints of Light Goldenrod #E7DC83
RGB
CMYK
RGB Variations
Color information
#E7DC83 (or 0xE7DC83) is known color: Light Goldenrod. HEX triplet: E7, DC and 83. RGB value is (231,220,131). Sum of RGB (Red+Green+Blue) = 231+220+131=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC83 is #18237C. Grayscale: #D5D5D5. Windows color (decimal): -1581949 or 8641767. OLE color: 8641767.
HSL color Cylindrical-coordinate representation of color #E7DC83: hue angle of 53.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E7DC83 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 131 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.09 |
| HSL | 53.4º | 0.68% | 0.71% | - |
| HSV(B) | 53.4º | 0.43% | 0.91% | - |
| XYZ | 62.64 | 69.81 | 31.65 | - |
| YUV | 213.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 131 | 0 | 0.05 | 0.43 | 0.09 | 53.4 | 0.68 | 0.71 |
| Hex | E7 | DC | 83 | 0 | 5 | 2B | 9 | 35 | 44 | 47 |
| Octal | 347 | 334 | 203 | 0 | 5 | 53 | 11 | 65 | 104 | 107 |
| Binary | 11100111 | 11011100 | 10000011 | 0 | 101 | 101011 | 1001 | 110101 | 1000100 | 1000111 |
Color Harmonies of #E7DC83
Complementary color
Monochromatic Colors of #E7DC83
Black with #E7DC83
Text Example
Text Example
White with #E7DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC83; }
p { color: rgb(231,220,131); }
H1.HeaderClassName
{
color: #E7DC83;
}
.AnyTagClassName
{
color: #E7DC83;
}
</style>
background-color css
<style>
a { background-color: #E7DC83; }
a { background-color: rgb(231,220,131); }
div.DivClassName
{
background-color: #E7DC83;
}
.BgClassName
{
background-color: #E7DC83;
}
</style>
border-color css
<style>
span { border-color: #E7DC83; }
span { border-color: rgb(231,220,131); }
td.TdClassName
{
border-color: #E7DC83;
}
.TagClassName
{
border-color: #E7DC83;
}
</style>