Shades of Light Goldenrod #E6DD80
Tints of Light Goldenrod #E6DD80
RGB
CMYK
RGB Variations
Color information
#E6DD80 (or 0xE6DD80) is known color: Light Goldenrod. HEX triplet: E6, DD and 80. RGB value is (230,221,128). Sum of RGB (Red+Green+Blue) = 230+221+128=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DD80 is #19227F. Grayscale: #D5D5D5. Windows color (decimal): -1647232 or 8445414. OLE color: 8445414.
HSL color Cylindrical-coordinate representation of color #E6DD80: hue angle of 54.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6DD80 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 128 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.10 |
| HSL | 54.71º | 0.67% | 0.7% | - |
| HSV(B) | 54.71º | 0.44% | 0.9% | - |
| XYZ | 62.39 | 70.09 | 30.66 | - |
| YUV | 213.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 128 | 0 | 0.04 | 0.44 | 0.10 | 54.71 | 0.67 | 0.7 |
| Hex | E6 | DD | 80 | 0 | 4 | 2C | A | 37 | 43 | 46 |
| Octal | 346 | 335 | 200 | 0 | 4 | 54 | 12 | 67 | 103 | 106 |
| Binary | 11100110 | 11011101 | 10000000 | 0 | 100 | 101100 | 1010 | 110111 | 1000011 | 1000110 |
Color Harmonies of #E6DD80
Complementary color
Monochromatic Colors of #E6DD80
Black with #E6DD80
Text Example
Text Example
White with #E6DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD80; }
p { color: rgb(230,221,128); }
H1.HeaderClassName
{
color: #E6DD80;
}
.AnyTagClassName
{
color: #E6DD80;
}
</style>
background-color css
<style>
a { background-color: #E6DD80; }
a { background-color: rgb(230,221,128); }
div.DivClassName
{
background-color: #E6DD80;
}
.BgClassName
{
background-color: #E6DD80;
}
</style>
border-color css
<style>
span { border-color: #E6DD80; }
span { border-color: rgb(230,221,128); }
td.TdClassName
{
border-color: #E6DD80;
}
.TagClassName
{
border-color: #E6DD80;
}
</style>