Shades of Light Goldenrod #E9DC83
Tints of Light Goldenrod #E9DC83
RGB
CMYK
RGB Variations
Color information
#E9DC83 (or 0xE9DC83) is known color: Light Goldenrod. HEX triplet: E9, DC and 83. RGB value is (233,220,131). Sum of RGB (Red+Green+Blue) = 233+220+131=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC83 is #16237C. Grayscale: #D6D6D6. Windows color (decimal): -1450877 or 8641769. OLE color: 8641769.
HSL color Cylindrical-coordinate representation of color #E9DC83: hue angle of 52.35º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E9DC83 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 131 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.09 |
| HSL | 52.35º | 0.7% | 0.71% | - |
| HSV(B) | 52.35º | 0.44% | 0.91% | - |
| XYZ | 63.29 | 70.15 | 31.68 | - |
| YUV | 213.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 131 | 0 | 0.06 | 0.44 | 0.09 | 52.35 | 0.7 | 0.71 |
| Hex | E9 | DC | 83 | 0 | 6 | 2C | 9 | 34 | 46 | 47 |
| Octal | 351 | 334 | 203 | 0 | 6 | 54 | 11 | 64 | 106 | 107 |
| Binary | 11101001 | 11011100 | 10000011 | 0 | 110 | 101100 | 1001 | 110100 | 1000110 | 1000111 |
Color Harmonies of #E9DC83
Complementary color
Monochromatic Colors of #E9DC83
Black with #E9DC83
Text Example
Text Example
White with #E9DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC83; }
p { color: rgb(233,220,131); }
H1.HeaderClassName
{
color: #E9DC83;
}
.AnyTagClassName
{
color: #E9DC83;
}
</style>
background-color css
<style>
a { background-color: #E9DC83; }
a { background-color: rgb(233,220,131); }
div.DivClassName
{
background-color: #E9DC83;
}
.BgClassName
{
background-color: #E9DC83;
}
</style>
border-color css
<style>
span { border-color: #E9DC83; }
span { border-color: rgb(233,220,131); }
td.TdClassName
{
border-color: #E9DC83;
}
.TagClassName
{
border-color: #E9DC83;
}
</style>