Shades of Light Goldenrod #E6DB7D
Tints of Light Goldenrod #E6DB7D
RGB
CMYK
RGB Variations
Color information
#E6DB7D (or 0xE6DB7D) is known color: Light Goldenrod. HEX triplet: E6, DB and 7D. RGB value is (230,219,125). Sum of RGB (Red+Green+Blue) = 230+219+125=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB7D is #192482. Grayscale: #D3D3D3. Windows color (decimal): -1647747 or 8248294. OLE color: 8248294.
HSL color Cylindrical-coordinate representation of color #E6DB7D: hue angle of 53.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6DB7D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 125 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.10 |
| HSL | 53.71º | 0.68% | 0.7% | - |
| HSV(B) | 53.71º | 0.46% | 0.9% | - |
| XYZ | 61.67 | 68.97 | 29.46 | - |
| YUV | 211.57 | 79.14 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 125 | 0 | 0.05 | 0.46 | 0.10 | 53.71 | 0.68 | 0.7 |
| Hex | E6 | DB | 7D | 0 | 5 | 2E | A | 36 | 44 | 46 |
| Octal | 346 | 333 | 175 | 0 | 5 | 56 | 12 | 66 | 104 | 106 |
| Binary | 11100110 | 11011011 | 1111101 | 0 | 101 | 101110 | 1010 | 110110 | 1000100 | 1000110 |
Color Harmonies of #E6DB7D
Complementary color
Monochromatic Colors of #E6DB7D
Black with #E6DB7D
Text Example
Text Example
White with #E6DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB7D; }
p { color: rgb(230,219,125); }
H1.HeaderClassName
{
color: #E6DB7D;
}
.AnyTagClassName
{
color: #E6DB7D;
}
</style>
background-color css
<style>
a { background-color: #E6DB7D; }
a { background-color: rgb(230,219,125); }
div.DivClassName
{
background-color: #E6DB7D;
}
.BgClassName
{
background-color: #E6DB7D;
}
</style>
border-color css
<style>
span { border-color: #E6DB7D; }
span { border-color: rgb(230,219,125); }
td.TdClassName
{
border-color: #E6DB7D;
}
.TagClassName
{
border-color: #E6DB7D;
}
</style>