Shades of Light Goldenrod #ECDC7C
Tints of Light Goldenrod #ECDC7C
RGB
CMYK
RGB Variations
Color information
#ECDC7C (or 0xECDC7C) is known color: Light Goldenrod. HEX triplet: EC, DC and 7C. RGB value is (236,220,124). Sum of RGB (Red+Green+Blue) = 236+220+124=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC7C is #132383. Grayscale: #D6D6D6. Windows color (decimal): -1254276 or 8183020. OLE color: 8183020.
HSL color Cylindrical-coordinate representation of color #ECDC7C: hue angle of 51.43º 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 #ECDC7C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 124 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.07 |
| HSL | 51.43º | 0.75% | 0.71% | - |
| HSV(B) | 51.43º | 0.47% | 0.93% | - |
| XYZ | 63.82 | 70.47 | 29.31 | - |
| YUV | 213.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 124 | 0 | 0.07 | 0.47 | 0.07 | 51.43 | 0.75 | 0.71 |
| Hex | EC | DC | 7C | 0 | 7 | 2F | 7 | 33 | 4B | 47 |
| Octal | 354 | 334 | 174 | 0 | 7 | 57 | 7 | 63 | 113 | 107 |
| Binary | 11101100 | 11011100 | 1111100 | 0 | 111 | 101111 | 111 | 110011 | 1001011 | 1000111 |
Color Harmonies of #ECDC7C
Complementary color
Monochromatic Colors of #ECDC7C
Black with #ECDC7C
Text Example
Text Example
White with #ECDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC7C; }
p { color: rgb(236,220,124); }
H1.HeaderClassName
{
color: #ECDC7C;
}
.AnyTagClassName
{
color: #ECDC7C;
}
</style>
background-color css
<style>
a { background-color: #ECDC7C; }
a { background-color: rgb(236,220,124); }
div.DivClassName
{
background-color: #ECDC7C;
}
.BgClassName
{
background-color: #ECDC7C;
}
</style>
border-color css
<style>
span { border-color: #ECDC7C; }
span { border-color: rgb(236,220,124); }
td.TdClassName
{
border-color: #ECDC7C;
}
.TagClassName
{
border-color: #ECDC7C;
}
</style>