Shades of Light Goldenrod #ECDF7C
Tints of Light Goldenrod #ECDF7C
RGB
CMYK
RGB Variations
Color information
#ECDF7C (or 0xECDF7C) is known color: Light Goldenrod. HEX triplet: EC, DF and 7C. RGB value is (236,223,124). Sum of RGB (Red+Green+Blue) = 236+223+124=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF7C is #132083. Grayscale: #D8D8D8. Windows color (decimal): -1253508 or 8183788. OLE color: 8183788.
HSL color Cylindrical-coordinate representation of color #ECDF7C: hue angle of 53.04º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECDF7C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 124 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.07 |
| HSL | 53.04º | 0.75% | 0.71% | - |
| HSV(B) | 53.04º | 0.47% | 0.93% | - |
| XYZ | 64.62 | 72.06 | 29.57 | - |
| YUV | 215.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 124 | 0 | 0.06 | 0.47 | 0.07 | 53.04 | 0.75 | 0.71 |
| Hex | EC | DF | 7C | 0 | 6 | 2F | 7 | 35 | 4B | 47 |
| Octal | 354 | 337 | 174 | 0 | 6 | 57 | 7 | 65 | 113 | 107 |
| Binary | 11101100 | 11011111 | 1111100 | 0 | 110 | 101111 | 111 | 110101 | 1001011 | 1000111 |
Color Harmonies of #ECDF7C
Complementary color
Monochromatic Colors of #ECDF7C
Black with #ECDF7C
Text Example
Text Example
White with #ECDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF7C; }
p { color: rgb(236,223,124); }
H1.HeaderClassName
{
color: #ECDF7C;
}
.AnyTagClassName
{
color: #ECDF7C;
}
</style>
background-color css
<style>
a { background-color: #ECDF7C; }
a { background-color: rgb(236,223,124); }
div.DivClassName
{
background-color: #ECDF7C;
}
.BgClassName
{
background-color: #ECDF7C;
}
</style>
border-color css
<style>
span { border-color: #ECDF7C; }
span { border-color: rgb(236,223,124); }
td.TdClassName
{
border-color: #ECDF7C;
}
.TagClassName
{
border-color: #ECDF7C;
}
</style>