Shades of Light Goldenrod #ECDE89
Tints of Light Goldenrod #ECDE89
RGB
CMYK
RGB Variations
Color information
#ECDE89 (or 0xECDE89) is known color: Light Goldenrod. HEX triplet: EC, DE and 89. RGB value is (236,222,137). Sum of RGB (Red+Green+Blue) = 236+222+137=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 137 (53.91% from 255 or 23.03% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE89 is #132176. Grayscale: #D8D8D8. Windows color (decimal): -1253751 or 9035500. OLE color: 9035500.
HSL color Cylindrical-coordinate representation of color #ECDE89: hue angle of 51.52º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECDE89 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 137 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.07 |
| HSL | 51.52º | 0.72% | 0.73% | - |
| HSV(B) | 51.52º | 0.42% | 0.93% | - |
| XYZ | 65.23 | 71.88 | 34.1 | - |
| YUV | 216.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 137 | 0 | 0.06 | 0.42 | 0.07 | 51.52 | 0.72 | 0.73 |
| Hex | EC | DE | 89 | 0 | 6 | 2A | 7 | 34 | 48 | 49 |
| Octal | 354 | 336 | 211 | 0 | 6 | 52 | 7 | 64 | 110 | 111 |
| Binary | 11101100 | 11011110 | 10001001 | 0 | 110 | 101010 | 111 | 110100 | 1001000 | 1001001 |
Color Harmonies of #ECDE89
Complementary color
Monochromatic Colors of #ECDE89
Black with #ECDE89
Text Example
Text Example
White with #ECDE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE89; }
p { color: rgb(236,222,137); }
H1.HeaderClassName
{
color: #ECDE89;
}
.AnyTagClassName
{
color: #ECDE89;
}
</style>
background-color css
<style>
a { background-color: #ECDE89; }
a { background-color: rgb(236,222,137); }
div.DivClassName
{
background-color: #ECDE89;
}
.BgClassName
{
background-color: #ECDE89;
}
</style>
border-color css
<style>
span { border-color: #ECDE89; }
span { border-color: rgb(236,222,137); }
td.TdClassName
{
border-color: #ECDE89;
}
.TagClassName
{
border-color: #ECDE89;
}
</style>