Shades of Fantasy #EFE4DC
Tints of Fantasy #EFE4DC
RGB
CMYK
RGB Variations
Color information
#EFE4DC (or 0xEFE4DC) is known color: Fantasy. HEX triplet: EF, E4 and DC. RGB value is (239,228,220). Sum of RGB (Red+Green+Blue) = 239+228+220=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4DC is #101B23. Grayscale: #E6E6E6. Windows color (decimal): -1055524 or 14476527. OLE color: 14476527.
HSL color Cylindrical-coordinate representation of color #EFE4DC: hue angle of 25.26º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE4DC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 220 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.06 |
| HSL | 25.26º | 0.37% | 0.9% | - |
| HSV(B) | 25.26º | 0.08% | 0.94% | - |
| XYZ | 76.26 | 79 | 78.94 | - |
| YUV | 230.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 220 | 0 | 0.05 | 0.08 | 0.06 | 25.26 | 0.37 | 0.9 |
| Hex | EF | E4 | DC | 0 | 5 | 8 | 6 | 19 | 25 | 5A |
| Octal | 357 | 344 | 334 | 0 | 5 | 10 | 6 | 31 | 45 | 132 |
| Binary | 11101111 | 11100100 | 11011100 | 0 | 101 | 1000 | 110 | 11001 | 100101 | 1011010 |
Color Harmonies of #EFE4DC
Complementary color
Monochromatic Colors of #EFE4DC
Black with #EFE4DC
Text Example
Text Example
White with #EFE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4DC; }
p { color: rgb(239,228,220); }
H1.HeaderClassName
{
color: #EFE4DC;
}
.AnyTagClassName
{
color: #EFE4DC;
}
</style>
background-color css
<style>
a { background-color: #EFE4DC; }
a { background-color: rgb(239,228,220); }
div.DivClassName
{
background-color: #EFE4DC;
}
.BgClassName
{
background-color: #EFE4DC;
}
</style>
border-color css
<style>
span { border-color: #EFE4DC; }
span { border-color: rgb(239,228,220); }
td.TdClassName
{
border-color: #EFE4DC;
}
.TagClassName
{
border-color: #EFE4DC;
}
</style>