Shades of Medium Goldenrod #ECEFA8
Tints of Medium Goldenrod #ECEFA8
RGB
CMYK
RGB Variations
Color information
#ECEFA8 (or 0xECEFA8) is known color: Medium Goldenrod. HEX triplet: EC, EF and A8. RGB value is (236,239,168). Sum of RGB (Red+Green+Blue) = 236+239+168=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEFA8 is #131057. Grayscale: #E6E6E6. Windows color (decimal): -1249368 or 11071468. OLE color: 11071468.
HSL color Cylindrical-coordinate representation of color #ECEFA8: hue angle of 62.54º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECEFA8 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 168 | - |
CMYK | 0.01 | 0 | 0.30 | 0.06 |
HSL | 62.54º | 0.69% | 0.8% | - |
HSV(B) | 62.54º | 0.3% | 0.94% | - |
XYZ | 72.53 | 82.39 | 49.13 | - |
YUV | 230.01 | 93.01 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 168 | 0.01 | 0 | 0.30 | 0.06 | 62.54 | 0.69 | 0.8 |
Hex | EC | EF | A8 | 1 | 0 | 1E | 6 | 3F | 45 | 50 |
Octal | 354 | 357 | 250 | 1 | 0 | 36 | 6 | 77 | 105 | 120 |
Binary | 11101100 | 11101111 | 10101000 | 1 | 0 | 11110 | 110 | 111111 | 1000101 | 1010000 |
Color Harmonies of #ECEFA8
Complementary color
Monochromatic Colors of #ECEFA8
Black with #ECEFA8
Text Example
Text Example
White with #ECEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFA8; }
p { color: rgb(236,239,168); }
H1.HeaderClassName
{
color: #ECEFA8;
}
.AnyTagClassName
{
color: #ECEFA8;
}
</style>
background-color css
<style>
a { background-color: #ECEFA8; }
a { background-color: rgb(236,239,168); }
div.DivClassName
{
background-color: #ECEFA8;
}
.BgClassName
{
background-color: #ECEFA8;
}
</style>
border-color css
<style>
span { border-color: #ECEFA8; }
span { border-color: rgb(236,239,168); }
td.TdClassName
{
border-color: #ECEFA8;
}
.TagClassName
{
border-color: #ECEFA8;
}
</style>