Shades of Light Goldenrod #E6DC7F
Tints of Light Goldenrod #E6DC7F
RGB
CMYK
RGB Variations
Color information
#E6DC7F (or 0xE6DC7F) is known color: Light Goldenrod. HEX triplet: E6, DC and 7F. RGB value is (230,220,127). Sum of RGB (Red+Green+Blue) = 230+220+127=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC7F is #192380. Grayscale: #D4D4D4. Windows color (decimal): -1647489 or 8379622. OLE color: 8379622.
HSL color Cylindrical-coordinate representation of color #E6DC7F: hue angle of 54.17º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6DC7F is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 127 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.10 |
| HSL | 54.17º | 0.67% | 0.7% | - |
| HSV(B) | 54.17º | 0.45% | 0.9% | - |
| XYZ | 62.06 | 69.54 | 30.23 | - |
| YUV | 212.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 127 | 0 | 0.04 | 0.45 | 0.10 | 54.17 | 0.67 | 0.7 |
| Hex | E6 | DC | 7F | 0 | 4 | 2D | A | 36 | 43 | 46 |
| Octal | 346 | 334 | 177 | 0 | 4 | 55 | 12 | 66 | 103 | 106 |
| Binary | 11100110 | 11011100 | 1111111 | 0 | 100 | 101101 | 1010 | 110110 | 1000011 | 1000110 |
Color Harmonies of #E6DC7F
Complementary color
Monochromatic Colors of #E6DC7F
Black with #E6DC7F
Text Example
Text Example
White with #E6DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DC7F; }
p { color: rgb(230,220,127); }
H1.HeaderClassName
{
color: #E6DC7F;
}
.AnyTagClassName
{
color: #E6DC7F;
}
</style>
background-color css
<style>
a { background-color: #E6DC7F; }
a { background-color: rgb(230,220,127); }
div.DivClassName
{
background-color: #E6DC7F;
}
.BgClassName
{
background-color: #E6DC7F;
}
</style>
border-color css
<style>
span { border-color: #E6DC7F; }
span { border-color: rgb(230,220,127); }
td.TdClassName
{
border-color: #E6DC7F;
}
.TagClassName
{
border-color: #E6DC7F;
}
</style>