Shades of Light Goldenrod #ECDF7D
Tints of Light Goldenrod #ECDF7D
RGB
CMYK
RGB Variations
Color information
#ECDF7D (or 0xECDF7D) is known color: Light Goldenrod. HEX triplet: EC, DF and 7D. RGB value is (236,223,125). Sum of RGB (Red+Green+Blue) = 236+223+125=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF7D is #132082. Grayscale: #D8D8D8. Windows color (decimal): -1253507 or 8249324. OLE color: 8249324.
HSL color Cylindrical-coordinate representation of color #ECDF7D: hue angle of 52.97º degrees, saturation: 0.74, 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 #ECDF7D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 125 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.07 |
| HSL | 52.97º | 0.74% | 0.71% | - |
| HSV(B) | 52.97º | 0.47% | 0.93% | - |
| XYZ | 64.68 | 72.09 | 29.91 | - |
| YUV | 215.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 125 | 0 | 0.06 | 0.47 | 0.07 | 52.97 | 0.74 | 0.71 |
| Hex | EC | DF | 7D | 0 | 6 | 2F | 7 | 35 | 4A | 47 |
| Octal | 354 | 337 | 175 | 0 | 6 | 57 | 7 | 65 | 112 | 107 |
| Binary | 11101100 | 11011111 | 1111101 | 0 | 110 | 101111 | 111 | 110101 | 1001010 | 1000111 |
Color Harmonies of #ECDF7D
Complementary color
Monochromatic Colors of #ECDF7D
Black with #ECDF7D
Text Example
Text Example
White with #ECDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF7D; }
p { color: rgb(236,223,125); }
H1.HeaderClassName
{
color: #ECDF7D;
}
.AnyTagClassName
{
color: #ECDF7D;
}
</style>
background-color css
<style>
a { background-color: #ECDF7D; }
a { background-color: rgb(236,223,125); }
div.DivClassName
{
background-color: #ECDF7D;
}
.BgClassName
{
background-color: #ECDF7D;
}
</style>
border-color css
<style>
span { border-color: #ECDF7D; }
span { border-color: rgb(236,223,125); }
td.TdClassName
{
border-color: #ECDF7D;
}
.TagClassName
{
border-color: #ECDF7D;
}
</style>