#EFE0D2

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

Shades of Spring Wood #EFE0D2

Tints of Spring Wood #EFE0D2

Color information

#EFE0D2 (or 0xEFE0D2) is unknown color: approx Spring Wood. HEX triplet: EF, E0 and D2. RGB value is (239,224,210). Sum of RGB (Red+Green+Blue) = 239+224+210=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 210 (82.42% from 255 or 31.20% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0D2 is #101F2D. Grayscale: #E2E2E2. Windows color (decimal): -1056558 or 13820143. OLE color: 13820143.

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

Color convert

RGB239224210-
CMYK00.060.120.06
HSL28.97º47.54%88.04%-
HSV(B)28.97º12.13%93.73%-
XYZ73.8976.3271.81-
YUV226.89118.47136.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 224 (87.89% from 255) = 33.28%
BLUE value IS 210 (82.42% from 255) = 31.20%
R=35.51%
G=33.28%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922421000.060.120.0628.9747.5488.04
HexEFE0D206C61d3058
Octal357340322061463560130
Binary11101111111000001101001001101100110111011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0D2; }

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

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

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

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

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

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

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

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