Shades of Light Goldenrod #ECDC7F
Tints of Light Goldenrod #ECDC7F
RGB
CMYK
RGB Variations
Color information
#ECDC7F (or 0xECDC7F) is known color: Light Goldenrod. HEX triplet: EC, DC and 7F. RGB value is (236,220,127). Sum of RGB (Red+Green+Blue) = 236+220+127=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC7F is #132380. Grayscale: #D6D6D6. Windows color (decimal): -1254273 or 8379628. OLE color: 8379628.
HSL color Cylindrical-coordinate representation of color #ECDC7F: hue angle of 51.19º 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 #ECDC7F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 127 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.07 |
| HSL | 51.19º | 0.74% | 0.71% | - |
| HSV(B) | 51.19º | 0.46% | 0.93% | - |
| XYZ | 64.02 | 70.55 | 30.32 | - |
| YUV | 214.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 127 | 0 | 0.07 | 0.46 | 0.07 | 51.19 | 0.74 | 0.71 |
| Hex | EC | DC | 7F | 0 | 7 | 2E | 7 | 33 | 4A | 47 |
| Octal | 354 | 334 | 177 | 0 | 7 | 56 | 7 | 63 | 112 | 107 |
| Binary | 11101100 | 11011100 | 1111111 | 0 | 111 | 101110 | 111 | 110011 | 1001010 | 1000111 |
Color Harmonies of #ECDC7F
Complementary color
Monochromatic Colors of #ECDC7F
Black with #ECDC7F
Text Example
Text Example
White with #ECDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC7F; }
p { color: rgb(236,220,127); }
H1.HeaderClassName
{
color: #ECDC7F;
}
.AnyTagClassName
{
color: #ECDC7F;
}
</style>
background-color css
<style>
a { background-color: #ECDC7F; }
a { background-color: rgb(236,220,127); }
div.DivClassName
{
background-color: #ECDC7F;
}
.BgClassName
{
background-color: #ECDC7F;
}
</style>
border-color css
<style>
span { border-color: #ECDC7F; }
span { border-color: rgb(236,220,127); }
td.TdClassName
{
border-color: #ECDC7F;
}
.TagClassName
{
border-color: #ECDC7F;
}
</style>