Shades of Light Goldenrod #EDDE86
Tints of Light Goldenrod #EDDE86
RGB
CMYK
RGB Variations
Color information
#EDDE86 (or 0xEDDE86) is known color: Light Goldenrod. HEX triplet: ED, DE and 86. RGB value is (237,222,134). Sum of RGB (Red+Green+Blue) = 237+222+134=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE86 is #122179. Grayscale: #D8D8D8. Windows color (decimal): -1188218 or 8838893. OLE color: 8838893.
HSL color Cylindrical-coordinate representation of color #EDDE86: hue angle of 51.26º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDDE86 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 134 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.07 |
| HSL | 51.26º | 0.74% | 0.73% | - |
| HSV(B) | 51.26º | 0.43% | 0.93% | - |
| XYZ | 65.35 | 71.97 | 33 | - |
| YUV | 216.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 134 | 0 | 0.06 | 0.43 | 0.07 | 51.26 | 0.74 | 0.73 |
| Hex | ED | DE | 86 | 0 | 6 | 2B | 7 | 33 | 4A | 49 |
| Octal | 355 | 336 | 206 | 0 | 6 | 53 | 7 | 63 | 112 | 111 |
| Binary | 11101101 | 11011110 | 10000110 | 0 | 110 | 101011 | 111 | 110011 | 1001010 | 1001001 |
Color Harmonies of #EDDE86
Complementary color
Monochromatic Colors of #EDDE86
Black with #EDDE86
Text Example
Text Example
White with #EDDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE86; }
p { color: rgb(237,222,134); }
H1.HeaderClassName
{
color: #EDDE86;
}
.AnyTagClassName
{
color: #EDDE86;
}
</style>
background-color css
<style>
a { background-color: #EDDE86; }
a { background-color: rgb(237,222,134); }
div.DivClassName
{
background-color: #EDDE86;
}
.BgClassName
{
background-color: #EDDE86;
}
</style>
border-color css
<style>
span { border-color: #EDDE86; }
span { border-color: rgb(237,222,134); }
td.TdClassName
{
border-color: #EDDE86;
}
.TagClassName
{
border-color: #EDDE86;
}
</style>