Shades of Light Goldenrod #ECDD82
Tints of Light Goldenrod #ECDD82
RGB
CMYK
RGB Variations
Color information
#ECDD82 (or 0xECDD82) is known color: Light Goldenrod. HEX triplet: EC, DD and 82. RGB value is (236,221,130). Sum of RGB (Red+Green+Blue) = 236+221+130=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD82 is #13227D. Grayscale: #D7D7D7. Windows color (decimal): -1254014 or 8576492. OLE color: 8576492.
HSL color Cylindrical-coordinate representation of color #ECDD82: hue angle of 51.51º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECDD82 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 130 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.07 |
| HSL | 51.51º | 0.74% | 0.72% | - |
| HSV(B) | 51.51º | 0.45% | 0.93% | - |
| XYZ | 64.48 | 71.16 | 31.46 | - |
| YUV | 215.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 130 | 0 | 0.06 | 0.45 | 0.07 | 51.51 | 0.74 | 0.72 |
| Hex | EC | DD | 82 | 0 | 6 | 2D | 7 | 34 | 4A | 48 |
| Octal | 354 | 335 | 202 | 0 | 6 | 55 | 7 | 64 | 112 | 110 |
| Binary | 11101100 | 11011101 | 10000010 | 0 | 110 | 101101 | 111 | 110100 | 1001010 | 1001000 |
Color Harmonies of #ECDD82
Complementary color
Monochromatic Colors of #ECDD82
Black with #ECDD82
Text Example
Text Example
White with #ECDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD82; }
p { color: rgb(236,221,130); }
H1.HeaderClassName
{
color: #ECDD82;
}
.AnyTagClassName
{
color: #ECDD82;
}
</style>
background-color css
<style>
a { background-color: #ECDD82; }
a { background-color: rgb(236,221,130); }
div.DivClassName
{
background-color: #ECDD82;
}
.BgClassName
{
background-color: #ECDD82;
}
</style>
border-color css
<style>
span { border-color: #ECDD82; }
span { border-color: rgb(236,221,130); }
td.TdClassName
{
border-color: #ECDD82;
}
.TagClassName
{
border-color: #ECDD82;
}
</style>