Shades of Medium Goldenrod #F0ECB2
Tints of Medium Goldenrod #F0ECB2
RGB
CMYK
RGB Variations
Color information
#F0ECB2 (or 0xF0ECB2) is known color: Medium Goldenrod. HEX triplet: F0, EC and B2. RGB value is (240,236,178). Sum of RGB (Red+Green+Blue) = 240+236+178=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ECB2 is #0F134D. Grayscale: #E6E6E6. Windows color (decimal): -987982 or 11726064. OLE color: 11726064.
HSL color Cylindrical-coordinate representation of color #F0ECB2: hue angle of 56.13º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0ECB2 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 178 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.06 |
| HSL | 56.13º | 0.67% | 0.82% | - |
| HSV(B) | 56.13º | 0.26% | 0.94% | - |
| XYZ | 73.97 | 81.73 | 54 | - |
| YUV | 230.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 178 | 0 | 0.02 | 0.26 | 0.06 | 56.13 | 0.67 | 0.82 |
| Hex | F0 | EC | B2 | 0 | 2 | 1A | 6 | 38 | 43 | 52 |
| Octal | 360 | 354 | 262 | 0 | 2 | 32 | 6 | 70 | 103 | 122 |
| Binary | 11110000 | 11101100 | 10110010 | 0 | 10 | 11010 | 110 | 111000 | 1000011 | 1010010 |
Color Harmonies of #F0ECB2
Complementary color
Monochromatic Colors of #F0ECB2
Black with #F0ECB2
Text Example
Text Example
White with #F0ECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECB2; }
p { color: rgb(240,236,178); }
H1.HeaderClassName
{
color: #F0ECB2;
}
.AnyTagClassName
{
color: #F0ECB2;
}
</style>
background-color css
<style>
a { background-color: #F0ECB2; }
a { background-color: rgb(240,236,178); }
div.DivClassName
{
background-color: #F0ECB2;
}
.BgClassName
{
background-color: #F0ECB2;
}
</style>
border-color css
<style>
span { border-color: #F0ECB2; }
span { border-color: rgb(240,236,178); }
td.TdClassName
{
border-color: #F0ECB2;
}
.TagClassName
{
border-color: #F0ECB2;
}
</style>