#EFDFD0

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

Shades of Spring Wood #EFDFD0

Tints of Spring Wood #EFDFD0

Color information

#EFDFD0 (or 0xEFDFD0) is unknown color: approx Spring Wood. HEX triplet: EF, DF and D0. RGB value is (239,223,208). Sum of RGB (Red+Green+Blue) = 239+223+208=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD0 is #10202F. Grayscale: #E2E2E2. Windows color (decimal): -1056816 or 13688815. OLE color: 13688815.

HSL color Cylindrical-coordinate representation of color #EFDFD0: hue angle of 29.03º 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 #EFDFD0 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239223208-
CMYK00.070.130.06
HSL29.03º49.21%87.65%-
HSV(B)29.03º12.97%93.73%-
XYZ73.3775.6870.42-
YUV226.07117.8137.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 208 (81.64% from 255) = 31.04%
R=35.67%
G=33.28%
B=31.04%

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
Decimal23922320800.070.130.0629.0349.2187.65
HexEFDFD007D61d3158
Octal357337320071563561130
Binary11101111110111111101000001111101110111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFD0; }

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

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

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

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

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

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

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

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