Html Css Color HEX #EFE0DF Soft Peach

📋 copy color: '#EFE0DF'

red 239 ◦ green 224 ◦ blue 223

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

Shades of Soft Peach #EFE0DF

Tints of Soft Peach #EFE0DF

RGB

 RED value IS 239 (93.75% from 255) = 34.84%

 GREEN value IS 224 (87.89% from 255) = 32.65%

 BLUE value IS 223 (87.5% from 255) = 32.51%

R = 34.84%
G = 32.65%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFE0DF (or 0xEFE0DF) is known color: Soft Peach. HEX triplet: EF, E0 and DF. RGB value is (239,224,223). Sum of RGB (Red+Green+Blue) = 239+224+223=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0DF is #101F20. Grayscale: #E4E4E4. Windows color (decimal): -1056545 or 14672111. OLE color: 14672111.

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

Color convert

RGB 239 224 223 -
CMYK 0 0.06 0.07 0.06
HSL 3.75º 0.33% 0.91% -
HSV(B) 3.75º 0.07% 0.94% -
XYZ 75.57 76.99 80.69 -
YUV 228.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 239 224 223 0 0.06 0.07 0.06 3.75 0.33 0.91
Hex EF E0 DF 0 6 7 6 4 21 5B
Octal 357 340 337 0 6 7 6 4 41 133
Binary 11101111 11100000 11011111 0 110 111 110 100 100001 1011011

Color Harmonies of #EFE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0DF

Black with #EFE0DF

Text Example


Text Example

White with #EFE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0DF; }

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

 H1.HeaderClassName
 {
   color: #EFE0DF;
 }
 .AnyTagClassName
 {
   color: #EFE0DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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