#EBE6E5

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

Shades of Soft Peach #EBE6E5

Tints of Soft Peach #EBE6E5

Color information

#EBE6E5 (or 0xEBE6E5) is unknown color: approx Soft Peach. HEX triplet: EB, E6 and E5. RGB value is (235,230,229). Sum of RGB (Red+Green+Blue) = 235+230+229=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 229 (89.84% from 255 or 33.00% from 694); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6E5 is #14191A. Grayscale: #E7E7E7. Windows color (decimal): -1317147 or 15066859. OLE color: 15066859.

HSL color Cylindrical-coordinate representation of color #EBE6E5: hue angle of 10º degrees, saturation: 0.13, 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 #EBE6E5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235230229-
CMYK00.020.030.08
HSL10º13.04%90.98%-
HSV(B)10º2.55%92.16%-
XYZ76.779.9185.51-
YUV231.38126.66130.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 230 (90.23% from 255) = 33.14%
BLUE value IS 229 (89.84% from 255) = 33.00%
R=33.86%
G=33.14%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523022900.020.030.081013.0490.98
HexEBE6E50238ad5b
Octal353346345023101215133
Binary111010111110011011100101010111000101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6E5; }

 p { color: rgb(235,230,229); }

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

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

 a { background-color: rgb(235,230,229); }

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

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

 span { border-color: rgb(235,230,229); }

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