Shades of Soft Peach #EFE3E1
Tints of Soft Peach #EFE3E1
RGB
CMYK
RGB Variations
Color information
#EFE3E1 (or 0xEFE3E1) is known color: Soft Peach. HEX triplet: EF, E3 and E1. RGB value is (239,227,225). Sum of RGB (Red+Green+Blue) = 239+227+225=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3E1 is #101C1E. Grayscale: #E6E6E6. Windows color (decimal): -1055775 or 14803951. OLE color: 14803951.
HSL color Cylindrical-coordinate representation of color #EFE3E1: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE3E1 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 225 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.06 |
| HSL | 8.57º | 0.3% | 0.91% | - |
| HSV(B) | 8.57º | 0.06% | 0.94% | - |
| XYZ | 76.66 | 78.73 | 82.39 | - |
| YUV | 230.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 225 | 0 | 0.05 | 0.06 | 0.06 | 8.57 | 0.3 | 0.91 |
| Hex | EF | E3 | E1 | 0 | 5 | 6 | 6 | 9 | 1E | 5B |
| Octal | 357 | 343 | 341 | 0 | 5 | 6 | 6 | 11 | 36 | 133 |
| Binary | 11101111 | 11100011 | 11100001 | 0 | 101 | 110 | 110 | 1001 | 11110 | 1011011 |
Color Harmonies of #EFE3E1
Complementary color
Monochromatic Colors of #EFE3E1
Black with #EFE3E1
Text Example
Text Example
White with #EFE3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3E1; }
p { color: rgb(239,227,225); }
H1.HeaderClassName
{
color: #EFE3E1;
}
.AnyTagClassName
{
color: #EFE3E1;
}
</style>
background-color css
<style>
a { background-color: #EFE3E1; }
a { background-color: rgb(239,227,225); }
div.DivClassName
{
background-color: #EFE3E1;
}
.BgClassName
{
background-color: #EFE3E1;
}
</style>
border-color css
<style>
span { border-color: #EFE3E1; }
span { border-color: rgb(239,227,225); }
td.TdClassName
{
border-color: #EFE3E1;
}
.TagClassName
{
border-color: #EFE3E1;
}
</style>