Shades of Hint Of Yellow #F0EFD6
Tints of Hint Of Yellow #F0EFD6
RGB
CMYK
RGB Variations
Color information
#F0EFD6 (or 0xF0EFD6) is known color: Hint Of Yellow. HEX triplet: F0, EF and D6. RGB value is (240,239,214). Sum of RGB (Red+Green+Blue) = 240+239+214=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 214 (83.98% from 255 or 30.88% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFD6 is #0F1029. Grayscale: #ECECEC. Windows color (decimal): -987178 or 14086128. OLE color: 14086128.
HSL color Cylindrical-coordinate representation of color #F0EFD6: hue angle of 57.69º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0EFD6 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 214 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.06 |
| HSL | 57.69º | 0.46% | 0.89% | - |
| HSV(B) | 57.69º | 0.11% | 0.94% | - |
| XYZ | 78.94 | 85.11 | 75.89 | - |
| YUV | 236.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 214 | 0 | 0.00 | 0.11 | 0.06 | 57.69 | 0.46 | 0.89 |
| Hex | F0 | EF | D6 | 0 | 0 | B | 6 | 3A | 2E | 59 |
| Octal | 360 | 357 | 326 | 0 | 0 | 13 | 6 | 72 | 56 | 131 |
| Binary | 11110000 | 11101111 | 11010110 | 0 | 0 | 1011 | 110 | 111010 | 101110 | 1011001 |
Color Harmonies of #F0EFD6
Complementary color
Monochromatic Colors of #F0EFD6
Black with #F0EFD6
Text Example
Text Example
White with #F0EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFD6; }
p { color: rgb(240,239,214); }
H1.HeaderClassName
{
color: #F0EFD6;
}
.AnyTagClassName
{
color: #F0EFD6;
}
</style>
background-color css
<style>
a { background-color: #F0EFD6; }
a { background-color: rgb(240,239,214); }
div.DivClassName
{
background-color: #F0EFD6;
}
.BgClassName
{
background-color: #F0EFD6;
}
</style>
border-color css
<style>
span { border-color: #F0EFD6; }
span { border-color: rgb(240,239,214); }
td.TdClassName
{
border-color: #F0EFD6;
}
.TagClassName
{
border-color: #F0EFD6;
}
</style>