#EBE4E3

Color #EBE4E3 Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #EBE4E3

Tints of Soft Peach #EBE4E3

Color information

#EBE4E3 (or 0xEBE4E3) is unknown color: approx Soft Peach. HEX triplet: EB, E4 and E3. RGB value is (235,228,227). Sum of RGB (Red+Green+Blue) = 235+228+227=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4E3 is #141B1C. Grayscale: #E5E5E5. Windows color (decimal): -1317661 or 14935275. OLE color: 14935275.

HSL color Cylindrical-coordinate representation of color #EBE4E3: hue angle of 7.5º degrees, saturation: 0.17, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE4E3 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235228227-
CMYK00.030.030.08
HSL7.5º16.67%90.59%-
HSV(B)7.5º3.4%92.16%-
XYZ75.8778.783.86-
YUV229.98126.32131.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 228 (89.45% from 255) = 33.04%
BLUE value IS 227 (89.06% from 255) = 32.90%
R=34.06%
G=33.04%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522822700.030.030.087.516.6790.59
HexEBE4E303388115b
Octal353344343033101021133
Binary1110101111100100111000110111110001000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4E3; }

 p { color: rgb(235,228,227); }

 H1.HeaderClassName
 {
   color: #EBE4E3;
 }
 .AnyTagClassName
 {
   color: #EBE4E3;
 }
</style>
background-color css

<style>
 a { background-color: #EBE4E3; }

 a { background-color: rgb(235,228,227); }

 div.DivClassName
 {
   background-color: #EBE4E3;
 }
 .BgClassName
 {
   background-color: #EBE4E3;
 }
</style>
border-color css

<style>
 span { border-color: #EBE4E3; }

 span { border-color: rgb(235,228,227); }

 td.TdClassName
 {
   border-color: #EBE4E3;
 }
 .TagClassName
 {
   border-color: #EBE4E3;
 }
</style>