Shades of Hint Of Yellow #F0EFD7
Tints of Hint Of Yellow #F0EFD7
RGB
CMYK
RGB Variations
Color information
#F0EFD7 (or 0xF0EFD7) is known color: Hint Of Yellow. HEX triplet: F0, EF and D7. RGB value is (240,239,215). Sum of RGB (Red+Green+Blue) = 240+239+215=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 215 (84.38% from 255 or 30.98% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFD7 is #0F1028. Grayscale: #ECECEC. Windows color (decimal): -987177 or 14151664. OLE color: 14151664.
HSL color Cylindrical-coordinate representation of color #F0EFD7: hue angle of 57.6º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0EFD7 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 215 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.06 |
| HSL | 57.6º | 0.45% | 0.89% | - |
| HSV(B) | 57.6º | 0.1% | 0.94% | - |
| XYZ | 79.07 | 85.16 | 76.56 | - |
| YUV | 236.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 215 | 0 | 0.00 | 0.10 | 0.06 | 57.6 | 0.45 | 0.89 |
| Hex | F0 | EF | D7 | 0 | 0 | A | 6 | 3A | 2D | 59 |
| Octal | 360 | 357 | 327 | 0 | 0 | 12 | 6 | 72 | 55 | 131 |
| Binary | 11110000 | 11101111 | 11010111 | 0 | 0 | 1010 | 110 | 111010 | 101101 | 1011001 |
Color Harmonies of #F0EFD7
Complementary color
Monochromatic Colors of #F0EFD7
Black with #F0EFD7
Text Example
Text Example
White with #F0EFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFD7; }
p { color: rgb(240,239,215); }
H1.HeaderClassName
{
color: #F0EFD7;
}
.AnyTagClassName
{
color: #F0EFD7;
}
</style>
background-color css
<style>
a { background-color: #F0EFD7; }
a { background-color: rgb(240,239,215); }
div.DivClassName
{
background-color: #F0EFD7;
}
.BgClassName
{
background-color: #F0EFD7;
}
</style>
border-color css
<style>
span { border-color: #F0EFD7; }
span { border-color: rgb(240,239,215); }
td.TdClassName
{
border-color: #F0EFD7;
}
.TagClassName
{
border-color: #F0EFD7;
}
</style>