Shades of Light Goldenrod #E6DB7C
Tints of Light Goldenrod #E6DB7C
RGB
CMYK
RGB Variations
Color information
#E6DB7C (or 0xE6DB7C) is known color: Light Goldenrod. HEX triplet: E6, DB and 7C. RGB value is (230,219,124). Sum of RGB (Red+Green+Blue) = 230+219+124=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB7C is #192483. Grayscale: #D3D3D3. Windows color (decimal): -1647748 or 8182758. OLE color: 8182758.
HSL color Cylindrical-coordinate representation of color #E6DB7C: hue angle of 53.77º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6DB7C is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 124 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.10 |
| HSL | 53.77º | 0.68% | 0.69% | - |
| HSV(B) | 53.77º | 0.46% | 0.9% | - |
| XYZ | 61.6 | 68.94 | 29.13 | - |
| YUV | 211.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 124 | 0 | 0.05 | 0.46 | 0.10 | 53.77 | 0.68 | 0.69 |
| Hex | E6 | DB | 7C | 0 | 5 | 2E | A | 36 | 44 | 45 |
| Octal | 346 | 333 | 174 | 0 | 5 | 56 | 12 | 66 | 104 | 105 |
| Binary | 11100110 | 11011011 | 1111100 | 0 | 101 | 101110 | 1010 | 110110 | 1000100 | 1000101 |
Color Harmonies of #E6DB7C
Complementary color
Monochromatic Colors of #E6DB7C
Black with #E6DB7C
Text Example
Text Example
White with #E6DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB7C; }
p { color: rgb(230,219,124); }
H1.HeaderClassName
{
color: #E6DB7C;
}
.AnyTagClassName
{
color: #E6DB7C;
}
</style>
background-color css
<style>
a { background-color: #E6DB7C; }
a { background-color: rgb(230,219,124); }
div.DivClassName
{
background-color: #E6DB7C;
}
.BgClassName
{
background-color: #E6DB7C;
}
</style>
border-color css
<style>
span { border-color: #E6DB7C; }
span { border-color: rgb(230,219,124); }
td.TdClassName
{
border-color: #E6DB7C;
}
.TagClassName
{
border-color: #E6DB7C;
}
</style>