#EFE0DE

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

Shades of Soft Peach #EFE0DE

Tints of Soft Peach #EFE0DE

Color information

#EFE0DE (or 0xEFE0DE) is unknown color: approx Soft Peach. HEX triplet: EF, E0 and DE. RGB value is (239,224,222). Sum of RGB (Red+Green+Blue) = 239+224+222=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0DE is #101F21. Grayscale: #E4E4E4. Windows color (decimal): -1056546 or 14606575. OLE color: 14606575.

HSL color Cylindrical-coordinate representation of color #EFE0DE: hue angle of 7.06º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE0DE is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239224222-
CMYK00.060.070.06
HSL7.06º34.69%90.39%-
HSV(B)7.06º7.11%93.73%-
XYZ75.4476.9479.98-
YUV228.26124.47135.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=34.89%
G=32.70%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922422200.060.070.067.0634.6990.39
HexEFE0DE06767235a
Octal3573403360676743132
Binary11101111111000001101111001101111101111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0DE; }

 p { color: rgb(239,224,222); }

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

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

 a { background-color: rgb(239,224,222); }

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

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

 span { border-color: rgb(239,224,222); }

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