Shades of Medium Goldenrod #ECEDA3
Tints of Medium Goldenrod #ECEDA3
RGB
CMYK
RGB Variations
Color information
#ECEDA3 (or 0xECEDA3) is known color: Medium Goldenrod. HEX triplet: EC, ED and A3. RGB value is (236,237,163). Sum of RGB (Red+Green+Blue) = 236+237+163=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDA3 is #13125C. Grayscale: #E4E4E4. Windows color (decimal): -1249885 or 10743276. OLE color: 10743276.
HSL color Cylindrical-coordinate representation of color #ECEDA3: hue angle of 60.81º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECEDA3 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 163 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.07 |
| HSL | 60.81º | 0.67% | 0.78% | - |
| HSV(B) | 60.81º | 0.31% | 0.93% | - |
| XYZ | 71.49 | 81.05 | 46.53 | - |
| YUV | 228.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 163 | 0.00 | 0 | 0.31 | 0.07 | 60.81 | 0.67 | 0.78 |
| Hex | EC | ED | A3 | 0 | 0 | 1F | 7 | 3D | 43 | 4E |
| Octal | 354 | 355 | 243 | 0 | 0 | 37 | 7 | 75 | 103 | 116 |
| Binary | 11101100 | 11101101 | 10100011 | 0 | 0 | 11111 | 111 | 111101 | 1000011 | 1001110 |
Color Harmonies of #ECEDA3
Complementary color
Monochromatic Colors of #ECEDA3
Black with #ECEDA3
Text Example
Text Example
White with #ECEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDA3; }
p { color: rgb(236,237,163); }
H1.HeaderClassName
{
color: #ECEDA3;
}
.AnyTagClassName
{
color: #ECEDA3;
}
</style>
background-color css
<style>
a { background-color: #ECEDA3; }
a { background-color: rgb(236,237,163); }
div.DivClassName
{
background-color: #ECEDA3;
}
.BgClassName
{
background-color: #ECEDA3;
}
</style>
border-color css
<style>
span { border-color: #ECEDA3; }
span { border-color: rgb(236,237,163); }
td.TdClassName
{
border-color: #ECEDA3;
}
.TagClassName
{
border-color: #ECEDA3;
}
</style>