Shades of Light Goldenrod #ECDC7D
Tints of Light Goldenrod #ECDC7D
RGB
CMYK
RGB Variations
Color information
#ECDC7D (or 0xECDC7D) is known color: Light Goldenrod. HEX triplet: EC, DC and 7D. RGB value is (236,220,125). Sum of RGB (Red+Green+Blue) = 236+220+125=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC7D is #132382. Grayscale: #D6D6D6. Windows color (decimal): -1254275 or 8248556. OLE color: 8248556.
HSL color Cylindrical-coordinate representation of color #ECDC7D: hue angle of 51.35º 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 #ECDC7D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 220 | 125 | - |
CMYK | 0 | 0.07 | 0.47 | 0.07 |
HSL | 51.35º | 0.74% | 0.71% | - |
HSV(B) | 51.35º | 0.47% | 0.93% | - |
XYZ | 63.89 | 70.5 | 29.64 | - |
YUV | 213.95 | 77.8 | 143.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 125 | 0 | 0.07 | 0.47 | 0.07 | 51.35 | 0.74 | 0.71 |
Hex | EC | DC | 7D | 0 | 7 | 2F | 7 | 33 | 4A | 47 |
Octal | 354 | 334 | 175 | 0 | 7 | 57 | 7 | 63 | 112 | 107 |
Binary | 11101100 | 11011100 | 1111101 | 0 | 111 | 101111 | 111 | 110011 | 1001010 | 1000111 |
Color Harmonies of #ECDC7D
Complementary color
Monochromatic Colors of #ECDC7D
Black with #ECDC7D
Text Example
Text Example
White with #ECDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC7D; }
p { color: rgb(236,220,125); }
H1.HeaderClassName
{
color: #ECDC7D;
}
.AnyTagClassName
{
color: #ECDC7D;
}
</style>
background-color css
<style>
a { background-color: #ECDC7D; }
a { background-color: rgb(236,220,125); }
div.DivClassName
{
background-color: #ECDC7D;
}
.BgClassName
{
background-color: #ECDC7D;
}
</style>
border-color css
<style>
span { border-color: #ECDC7D; }
span { border-color: rgb(236,220,125); }
td.TdClassName
{
border-color: #ECDC7D;
}
.TagClassName
{
border-color: #ECDC7D;
}
</style>