Shades of Light Goldenrod #E6DC85
Tints of Light Goldenrod #E6DC85
RGB
CMYK
RGB Variations
Color information
#E6DC85 (or 0xE6DC85) is known color: Light Goldenrod. HEX triplet: E6, DC and 85. RGB value is (230,220,133). Sum of RGB (Red+Green+Blue) = 230+220+133=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC85 is #19237A. Grayscale: #D5D5D5. Windows color (decimal): -1647483 or 8772838. OLE color: 8772838.
HSL color Cylindrical-coordinate representation of color #E6DC85: hue angle of 53.81º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6DC85 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 133 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.10 |
| HSL | 53.81º | 0.66% | 0.71% | - |
| HSV(B) | 53.81º | 0.42% | 0.9% | - |
| XYZ | 62.46 | 69.7 | 32.35 | - |
| YUV | 213.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 133 | 0 | 0.04 | 0.42 | 0.10 | 53.81 | 0.66 | 0.71 |
| Hex | E6 | DC | 85 | 0 | 4 | 2A | A | 36 | 42 | 47 |
| Octal | 346 | 334 | 205 | 0 | 4 | 52 | 12 | 66 | 102 | 107 |
| Binary | 11100110 | 11011100 | 10000101 | 0 | 100 | 101010 | 1010 | 110110 | 1000010 | 1000111 |
Color Harmonies of #E6DC85
Complementary color
Monochromatic Colors of #E6DC85
Black with #E6DC85
Text Example
Text Example
White with #E6DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC85; }
p { color: rgb(230,220,133); }
H1.HeaderClassName
{
color: #E6DC85;
}
.AnyTagClassName
{
color: #E6DC85;
}
</style>
background-color css
<style>
a { background-color: #E6DC85; }
a { background-color: rgb(230,220,133); }
div.DivClassName
{
background-color: #E6DC85;
}
.BgClassName
{
background-color: #E6DC85;
}
</style>
border-color css
<style>
span { border-color: #E6DC85; }
span { border-color: rgb(230,220,133); }
td.TdClassName
{
border-color: #E6DC85;
}
.TagClassName
{
border-color: #E6DC85;
}
</style>