Shades of Light Goldenrod #E9DC7B
Tints of Light Goldenrod #E9DC7B
RGB
CMYK
RGB Variations
Color information
#E9DC7B (or 0xE9DC7B) is known color: Light Goldenrod. HEX triplet: E9, DC and 7B. RGB value is (233,220,123). Sum of RGB (Red+Green+Blue) = 233+220+123=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC7B is #162384. Grayscale: #D5D5D5. Windows color (decimal): -1450885 or 8117481. OLE color: 8117481.
HSL color Cylindrical-coordinate representation of color #E9DC7B: hue angle of 52.91º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E9DC7B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 123 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.09 |
| HSL | 52.91º | 0.71% | 0.7% | - |
| HSV(B) | 52.91º | 0.47% | 0.91% | - |
| XYZ | 62.77 | 69.94 | 28.93 | - |
| YUV | 212.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 123 | 0 | 0.06 | 0.47 | 0.09 | 52.91 | 0.71 | 0.7 |
| Hex | E9 | DC | 7B | 0 | 6 | 2F | 9 | 35 | 47 | 46 |
| Octal | 351 | 334 | 173 | 0 | 6 | 57 | 11 | 65 | 107 | 106 |
| Binary | 11101001 | 11011100 | 1111011 | 0 | 110 | 101111 | 1001 | 110101 | 1000111 | 1000110 |
Color Harmonies of #E9DC7B
Complementary color
Monochromatic Colors of #E9DC7B
Black with #E9DC7B
Text Example
Text Example
White with #E9DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC7B; }
p { color: rgb(233,220,123); }
H1.HeaderClassName
{
color: #E9DC7B;
}
.AnyTagClassName
{
color: #E9DC7B;
}
</style>
background-color css
<style>
a { background-color: #E9DC7B; }
a { background-color: rgb(233,220,123); }
div.DivClassName
{
background-color: #E9DC7B;
}
.BgClassName
{
background-color: #E9DC7B;
}
</style>
border-color css
<style>
span { border-color: #E9DC7B; }
span { border-color: rgb(233,220,123); }
td.TdClassName
{
border-color: #E9DC7B;
}
.TagClassName
{
border-color: #E9DC7B;
}
</style>