Shades of Hint Of Yellow #F0EFD5
Tints of Hint Of Yellow #F0EFD5
RGB
CMYK
RGB Variations
Color information
#F0EFD5 (or 0xF0EFD5) is known color: Hint Of Yellow. HEX triplet: F0, EF and D5. RGB value is (240,239,213). Sum of RGB (Red+Green+Blue) = 240+239+213=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 213 (83.59% from 255 or 30.78% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFD5 is #0F102A. Grayscale: #ECECEC. Windows color (decimal): -987179 or 14020592. OLE color: 14020592.
HSL color Cylindrical-coordinate representation of color #F0EFD5: hue angle of 57.78º degrees, saturation: 0.47, 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 #F0EFD5 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 213 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.06 |
| HSL | 57.78º | 0.47% | 0.89% | - |
| HSV(B) | 57.78º | 0.11% | 0.94% | - |
| XYZ | 78.81 | 85.06 | 75.22 | - |
| YUV | 236.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 213 | 0 | 0.00 | 0.11 | 0.06 | 57.78 | 0.47 | 0.89 |
| Hex | F0 | EF | D5 | 0 | 0 | B | 6 | 3A | 2F | 59 |
| Octal | 360 | 357 | 325 | 0 | 0 | 13 | 6 | 72 | 57 | 131 |
| Binary | 11110000 | 11101111 | 11010101 | 0 | 0 | 1011 | 110 | 111010 | 101111 | 1011001 |
Color Harmonies of #F0EFD5
Complementary color
Monochromatic Colors of #F0EFD5
Black with #F0EFD5
Text Example
Text Example
White with #F0EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFD5; }
p { color: rgb(240,239,213); }
H1.HeaderClassName
{
color: #F0EFD5;
}
.AnyTagClassName
{
color: #F0EFD5;
}
</style>
background-color css
<style>
a { background-color: #F0EFD5; }
a { background-color: rgb(240,239,213); }
div.DivClassName
{
background-color: #F0EFD5;
}
.BgClassName
{
background-color: #F0EFD5;
}
</style>
border-color css
<style>
span { border-color: #F0EFD5; }
span { border-color: rgb(240,239,213); }
td.TdClassName
{
border-color: #F0EFD5;
}
.TagClassName
{
border-color: #F0EFD5;
}
</style>