Shades of Fantasy #EFE5DE
Tints of Fantasy #EFE5DE
RGB
CMYK
RGB Variations
Color information
#EFE5DE (or 0xEFE5DE) is known color: Fantasy. HEX triplet: EF, E5 and DE. RGB value is (239,229,222). Sum of RGB (Red+Green+Blue) = 239+229+222=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DE is #101A21. Grayscale: #E7E7E7. Windows color (decimal): -1055266 or 14607855. OLE color: 14607855.
HSL color Cylindrical-coordinate representation of color #EFE5DE: hue angle of 24.71º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE5DE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 222 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.06 |
| HSL | 24.71º | 0.35% | 0.9% | - |
| HSV(B) | 24.71º | 0.07% | 0.94% | - |
| XYZ | 76.8 | 79.66 | 80.44 | - |
| YUV | 231.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 222 | 0 | 0.04 | 0.07 | 0.06 | 24.71 | 0.35 | 0.9 |
| Hex | EF | E5 | DE | 0 | 4 | 7 | 6 | 19 | 23 | 5A |
| Octal | 357 | 345 | 336 | 0 | 4 | 7 | 6 | 31 | 43 | 132 |
| Binary | 11101111 | 11100101 | 11011110 | 0 | 100 | 111 | 110 | 11001 | 100011 | 1011010 |
Color Harmonies of #EFE5DE
Complementary color
Monochromatic Colors of #EFE5DE
Black with #EFE5DE
Text Example
Text Example
White with #EFE5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5DE; }
p { color: rgb(239,229,222); }
H1.HeaderClassName
{
color: #EFE5DE;
}
.AnyTagClassName
{
color: #EFE5DE;
}
</style>
background-color css
<style>
a { background-color: #EFE5DE; }
a { background-color: rgb(239,229,222); }
div.DivClassName
{
background-color: #EFE5DE;
}
.BgClassName
{
background-color: #EFE5DE;
}
</style>
border-color css
<style>
span { border-color: #EFE5DE; }
span { border-color: rgb(239,229,222); }
td.TdClassName
{
border-color: #EFE5DE;
}
.TagClassName
{
border-color: #EFE5DE;
}
</style>