#EFDED0

Color #EFDED0 Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #EFDED0

Tints of Spring Wood #EFDED0

Color information

#EFDED0 (or 0xEFDED0) is unknown color: approx Spring Wood. HEX triplet: EF, DE and D0. RGB value is (239,222,208). Sum of RGB (Red+Green+Blue) = 239+222+208=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED0 is #10212F. Grayscale: #E1E1E1. Windows color (decimal): -1057072 or 13688559. OLE color: 13688559.

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

Color convert

RGB239222208-
CMYK00.070.130.06
HSL27.1º49.21%87.65%-
HSV(B)27.1º12.97%93.73%-
XYZ73.175.1570.33-
YUV225.49118.13137.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 222 (87.11% from 255) = 33.18%
BLUE value IS 208 (81.64% from 255) = 31.09%
R=35.72%
G=33.18%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922220800.070.130.0627.149.2187.65
HexEFDED007D61b3158
Octal357336320071563361130
Binary11101111110111101101000001111101110110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDED0; }

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

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

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

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

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

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

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

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