Shades of Light Goldenrod #E7DC7B
Tints of Light Goldenrod #E7DC7B
RGB
CMYK
RGB Variations
Color information
#E7DC7B (or 0xE7DC7B) is known color: Light Goldenrod. HEX triplet: E7, DC and 7B. RGB value is (231,220,123). Sum of RGB (Red+Green+Blue) = 231+220+123=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC7B is #182384. Grayscale: #D4D4D4. Windows color (decimal): -1581957 or 8117479. OLE color: 8117479.
HSL color Cylindrical-coordinate representation of color #E7DC7B: hue angle of 53.89º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7DC7B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 123 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.09 |
| HSL | 53.89º | 0.69% | 0.69% | - |
| HSV(B) | 53.89º | 0.47% | 0.91% | - |
| XYZ | 62.12 | 69.61 | 28.9 | - |
| YUV | 212.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 123 | 0 | 0.05 | 0.47 | 0.09 | 53.89 | 0.69 | 0.69 |
| Hex | E7 | DC | 7B | 0 | 5 | 2F | 9 | 36 | 45 | 45 |
| Octal | 347 | 334 | 173 | 0 | 5 | 57 | 11 | 66 | 105 | 105 |
| Binary | 11100111 | 11011100 | 1111011 | 0 | 101 | 101111 | 1001 | 110110 | 1000101 | 1000101 |
Color Harmonies of #E7DC7B
Complementary color
Monochromatic Colors of #E7DC7B
Black with #E7DC7B
Text Example
Text Example
White with #E7DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC7B; }
p { color: rgb(231,220,123); }
H1.HeaderClassName
{
color: #E7DC7B;
}
.AnyTagClassName
{
color: #E7DC7B;
}
</style>
background-color css
<style>
a { background-color: #E7DC7B; }
a { background-color: rgb(231,220,123); }
div.DivClassName
{
background-color: #E7DC7B;
}
.BgClassName
{
background-color: #E7DC7B;
}
</style>
border-color css
<style>
span { border-color: #E7DC7B; }
span { border-color: rgb(231,220,123); }
td.TdClassName
{
border-color: #E7DC7B;
}
.TagClassName
{
border-color: #E7DC7B;
}
</style>