Html Css Color HEX #EBE6E5 Soft Peach

📋 copy color: '#EBE6E5'

red 235 ◦ green 230 ◦ blue 229

#EBE6E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Peach #EBE6E5

Tints of Soft Peach #EBE6E5

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%

R = 33.86%
G = 33.14%
B = 33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBE6E5 (or 0xEBE6E5) is known color: 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

RGB 235 230 229 -
CMYK 0 0.02 0.03 0.08
HSL 10º 0.13% 0.91% -
HSV(B) 10º 0.03% 0.92% -
XYZ 76.7 79.91 85.51 -
YUV 231.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 235 230 229 0 0.02 0.03 0.08 10 0.13 0.91
Hex EB E6 E5 0 2 3 8 A D 5B
Octal 353 346 345 0 2 3 10 12 15 133
Binary 11101011 11100110 11100101 0 10 11 1000 1010 1101 1011011

Color Harmonies of #EBE6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6E5

Black with #EBE6E5

Text Example


Text Example

White with #EBE6E5

Text Example


Text Example

HTML Codes & Css Web 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>