Shades of Soft Peach #EFE3E2
Tints of Soft Peach #EFE3E2
RGB
CMYK
RGB Variations
Color information
#EFE3E2 (or 0xEFE3E2) is known color: Soft Peach. HEX triplet: EF, E3 and E2. RGB value is (239,227,226). Sum of RGB (Red+Green+Blue) = 239+227+226=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3E2 is #101C1D. Grayscale: #E6E6E6. Windows color (decimal): -1055774 or 14869487. OLE color: 14869487.
HSL color Cylindrical-coordinate representation of color #EFE3E2: hue angle of 4.62º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE3E2 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 227 | 226 | - |
CMYK | 0 | 0.05 | 0.05 | 0.06 |
HSL | 4.62º | 0.29% | 0.91% | - |
HSV(B) | 4.62º | 0.05% | 0.94% | - |
XYZ | 76.79 | 78.78 | 83.11 | - |
YUV | 230.47 | 125.48 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 227 | 226 | 0 | 0.05 | 0.05 | 0.06 | 4.62 | 0.29 | 0.91 |
Hex | EF | E3 | E2 | 0 | 5 | 5 | 6 | 5 | 1D | 5B |
Octal | 357 | 343 | 342 | 0 | 5 | 5 | 6 | 5 | 35 | 133 |
Binary | 11101111 | 11100011 | 11100010 | 0 | 101 | 101 | 110 | 101 | 11101 | 1011011 |
Color Harmonies of #EFE3E2
Complementary color
Monochromatic Colors of #EFE3E2
Black with #EFE3E2
Text Example
Text Example
White with #EFE3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3E2; }
p { color: rgb(239,227,226); }
H1.HeaderClassName
{
color: #EFE3E2;
}
.AnyTagClassName
{
color: #EFE3E2;
}
</style>
background-color css
<style>
a { background-color: #EFE3E2; }
a { background-color: rgb(239,227,226); }
div.DivClassName
{
background-color: #EFE3E2;
}
.BgClassName
{
background-color: #EFE3E2;
}
</style>
border-color css
<style>
span { border-color: #EFE3E2; }
span { border-color: rgb(239,227,226); }
td.TdClassName
{
border-color: #EFE3E2;
}
.TagClassName
{
border-color: #EFE3E2;
}
</style>