Shades of Light Goldenrod #ECDF80
Tints of Light Goldenrod #ECDF80
RGB
CMYK
RGB Variations
Color information
#ECDF80 (or 0xECDF80) is known color: Light Goldenrod. HEX triplet: EC, DF and 80. RGB value is (236,223,128). Sum of RGB (Red+Green+Blue) = 236+223+128=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF80 is #13207F. Grayscale: #D8D8D8. Windows color (decimal): -1253504 or 8445932. OLE color: 8445932.
HSL color Cylindrical-coordinate representation of color #ECDF80: hue angle of 52.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECDF80 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 128 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.07 |
| HSL | 52.78º | 0.74% | 0.71% | - |
| HSV(B) | 52.78º | 0.46% | 0.93% | - |
| XYZ | 64.88 | 72.17 | 30.93 | - |
| YUV | 216.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 128 | 0 | 0.06 | 0.46 | 0.07 | 52.78 | 0.74 | 0.71 |
| Hex | EC | DF | 80 | 0 | 6 | 2E | 7 | 35 | 4A | 47 |
| Octal | 354 | 337 | 200 | 0 | 6 | 56 | 7 | 65 | 112 | 107 |
| Binary | 11101100 | 11011111 | 10000000 | 0 | 110 | 101110 | 111 | 110101 | 1001010 | 1000111 |
Color Harmonies of #ECDF80
Complementary color
Monochromatic Colors of #ECDF80
Black with #ECDF80
Text Example
Text Example
White with #ECDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF80; }
p { color: rgb(236,223,128); }
H1.HeaderClassName
{
color: #ECDF80;
}
.AnyTagClassName
{
color: #ECDF80;
}
</style>
background-color css
<style>
a { background-color: #ECDF80; }
a { background-color: rgb(236,223,128); }
div.DivClassName
{
background-color: #ECDF80;
}
.BgClassName
{
background-color: #ECDF80;
}
</style>
border-color css
<style>
span { border-color: #ECDF80; }
span { border-color: rgb(236,223,128); }
td.TdClassName
{
border-color: #ECDF80;
}
.TagClassName
{
border-color: #ECDF80;
}
</style>