Shades of Fantasy #EFE5DC
Tints of Fantasy #EFE5DC
RGB
CMYK
RGB Variations
Color information
#EFE5DC (or 0xEFE5DC) is known color: Fantasy. HEX triplet: EF, E5 and DC. RGB value is (239,229,220). Sum of RGB (Red+Green+Blue) = 239+229+220=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DC is #101A23. Grayscale: #E7E7E7. Windows color (decimal): -1055268 or 14476783. OLE color: 14476783.
HSL color Cylindrical-coordinate representation of color #EFE5DC: hue angle of 28.42º 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 #EFE5DC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 229 | 220 | - |
CMYK | 0 | 0.04 | 0.08 | 0.06 |
HSL | 28.42º | 0.37% | 0.9% | - |
HSV(B) | 28.42º | 0.08% | 0.94% | - |
XYZ | 76.53 | 79.56 | 79.03 | - |
YUV | 230.96 | 121.81 | 133.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 229 | 220 | 0 | 0.04 | 0.08 | 0.06 | 28.42 | 0.37 | 0.9 |
Hex | EF | E5 | DC | 0 | 4 | 8 | 6 | 1C | 25 | 5A |
Octal | 357 | 345 | 334 | 0 | 4 | 10 | 6 | 34 | 45 | 132 |
Binary | 11101111 | 11100101 | 11011100 | 0 | 100 | 1000 | 110 | 11100 | 100101 | 1011010 |
Color Harmonies of #EFE5DC
Complementary color
Monochromatic Colors of #EFE5DC
Black with #EFE5DC
Text Example
Text Example
White with #EFE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5DC; }
p { color: rgb(239,229,220); }
H1.HeaderClassName
{
color: #EFE5DC;
}
.AnyTagClassName
{
color: #EFE5DC;
}
</style>
background-color css
<style>
a { background-color: #EFE5DC; }
a { background-color: rgb(239,229,220); }
div.DivClassName
{
background-color: #EFE5DC;
}
.BgClassName
{
background-color: #EFE5DC;
}
</style>
border-color css
<style>
span { border-color: #EFE5DC; }
span { border-color: rgb(239,229,220); }
td.TdClassName
{
border-color: #EFE5DC;
}
.TagClassName
{
border-color: #EFE5DC;
}
</style>